Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/vsnprintf-tests @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 33ab12a7cea2 |
children |
rev | line source |
---|---|
8328 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-vsnprintf.c |
12489 | 3 tests/signature.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/macros.h |
8328 | 5 |
6 Depends-on: | |
7 | |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-vsnprintf | |
12 check_PROGRAMS += test-vsnprintf | |
13 |