New module 'close'.
[pspp] / modules / printf-posix-tests
index 463f269eebfce5185bbe438b701841b416b21bec..30ced6297012f12405d4be76d2e4c33d474016a7 100644 (file)
@@ -3,14 +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
-EXTRA_DIST += test-printf-posix.sh test-printf-posix.h test-printf-posix.output
+check_PROGRAMS += test-printf-posix test-printf-posix2