Mercurial > hg > octave-shane > gnulib-hg
annotate modules/langinfo-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 | d7eed0b7ef06 |
children |
rev | line source |
---|---|
12429 | 1 Files: |
2 tests/test-langinfo.c | |
3 | |
4 Depends-on: | |
13082
d7eed0b7ef06
Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12958
diff
changeset
|
5 langinfo-c++-tests |
12429 | 6 |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-langinfo | |
11 check_PROGRAMS += test-langinfo |