diff options
author | Bruno Haible <bruno@clisp.org> | 2007-11-03 17:00:19 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-11-03 17:00:19 +0100 |
commit | 7926b0fc363afde51a861a5aea4a8e93476c5526 (patch) | |
tree | b8ca2f9cc7a9bc131584f6efe25640b853ac45ce /modules/printf-posix-tests | |
parent | 7cd87873c8336cb43c0452df4b11238f014be8a1 (diff) | |
download | gnulib-7926b0fc363afde51a861a5aea4a8e93476c5526.tar.gz |
New tests for modules 'test-fprintf-posix' and 'test-printf-posix'.
Diffstat (limited to 'modules/printf-posix-tests')
-rw-r--r-- | modules/printf-posix-tests | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/printf-posix-tests b/modules/printf-posix-tests index 8d4157f261..30ced62970 100644 --- a/modules/printf-posix-tests +++ b/modules/printf-posix-tests @@ -3,13 +3,16 @@ tests/test-printf-posix.sh tests/test-printf-posix.c tests/test-printf-posix.h tests/test-printf-posix.output +tests/test-printf-posix2.sh +tests/test-printf-posix2.c Depends-on: stdint configure.ac: +AC_CHECK_FUNCS_ONCE([getrlimit setrlimit]) Makefile.am: -TESTS += test-printf-posix.sh +TESTS += test-printf-posix.sh test-printf-posix2.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' -check_PROGRAMS += test-printf-posix +check_PROGRAMS += test-printf-posix test-printf-posix2 |