Mercurial > hg > octave-kai > gnulib-hg
annotate modules/lstat-tests @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | b2bf8684a2db |
children |
rev | line source |
---|---|
10726 | 1 Files: |
12042
42d53e82a460
test-fstatat: new test, to expose Solaris 9 bugs
Eric Blake <ebb9@byu.net>
parents:
12039
diff
changeset
|
2 tests/test-lstat.h |
10726 | 3 tests/test-lstat.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 |
10726 | 6 |
7 Depends-on: | |
12842
b2bf8684a2db
tests: silence warning about system return
Eric Blake <ebb9@byu.net>
parents:
12496
diff
changeset
|
8 ignore-value |
12039 | 9 errno |
10 same-inode | |
12042
42d53e82a460
test-fstatat: new test, to expose Solaris 9 bugs
Eric Blake <ebb9@byu.net>
parents:
12039
diff
changeset
|
11 stdbool |
12057 | 12 symlink |
10726 | 13 |
14 configure.ac: | |
15 | |
16 Makefile.am: | |
17 TESTS += test-lstat | |
18 check_PROGRAMS += test-lstat |