Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/link-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 | b2bf8684a2db |
rev | line source |
---|---|
11055 | 1 Files: |
12068 | 2 tests/test-link.h |
11055 | 3 tests/test-link.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
5 tests/macros.h |
11055 | 6 |
7 Depends-on: | |
11980
0811c19e147f
test-link: consolidate into single C program, test more cases
Eric Blake <ebb9@byu.net>
parents:
11055
diff
changeset
|
8 errno |
12068 | 9 stdbool |
11980
0811c19e147f
test-link: consolidate into single C program, test more cases
Eric Blake <ebb9@byu.net>
parents:
11055
diff
changeset
|
10 sys_stat |
11055 | 11 |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
11980
0811c19e147f
test-link: consolidate into single C program, test more cases
Eric Blake <ebb9@byu.net>
parents:
11055
diff
changeset
|
15 TESTS += test-link |
11055 | 16 check_PROGRAMS += test-link |