Mercurial > hg > octave-shane > gnulib-hg
annotate modules/ptsname-tests @ 14271:b4cc3c41ca79
libposix: Add _HEADERS primaries to posix modules.
Modify gnulib-tool to strip them from generated Makefile.am-s where
they are not needed. Also, replace M4 macro prefixes when requested.
Finally, omit calls to error() for libposix.
author | Bruce Korb <bkorb@gnu.org> |
---|---|
date | Sat, 05 Feb 2011 08:22:48 -0800 |
parents | 1ec8b76f7855 |
children | 66bab2a591f5 |
rev | line source |
---|---|
13026 | 1 Files: |
2 tests/test-ptsname.c | |
3 tests/signature.h | |
4 tests/macros.h | |
5 | |
6 Depends-on: | |
13998
1ec8b76f7855
ptsname: Avoid test failure on OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents:
13026
diff
changeset
|
7 same-inode |
13026 | 8 |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 TESTS += test-ptsname | |
13 check_PROGRAMS += test-ptsname |