Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/link-tests @ 13553:8fc3314fe460
Document not_eol and remove mention of regex.c.
author | Reuben Thomas <rrt@sc3d.org> |
---|---|
date | Sat, 14 Aug 2010 16:40:16 +0100 |
parents | b2bf8684a2db |
children |
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: | |
12842
b2bf8684a2db
tests: silence warning about system return
Eric Blake <ebb9@byu.net>
parents:
12496
diff
changeset
|
8 ignore-value |
11980
0811c19e147f
test-link: consolidate into single C program, test more cases
Eric Blake <ebb9@byu.net>
parents:
11055
diff
changeset
|
9 errno |
12068 | 10 stdbool |
11980
0811c19e147f
test-link: consolidate into single C program, test more cases
Eric Blake <ebb9@byu.net>
parents:
11055
diff
changeset
|
11 sys_stat |
11055 | 12 |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
11980
0811c19e147f
test-link: consolidate into single C program, test more cases
Eric Blake <ebb9@byu.net>
parents:
11055
diff
changeset
|
16 TESTS += test-link |
11055 | 17 check_PROGRAMS += test-link |