getcwd-lgpl: new module
[pspp] / modules / printf-posix-tests
index ea4f8f2ec0c25ce49c88623a26e1f60614664134..8e8ec6de6f6ec0852f4e896a68f62d3d8c3989a2 100644 (file)
@@ -2,15 +2,18 @@ Files:
 tests/test-printf-posix.sh
 tests/test-printf-posix.c
 tests/test-printf-posix.h
-tests/test-fprintf-posix.out
+tests/test-printf-posix.output
+tests/test-printf-posix2.sh
+tests/test-printf-posix2.c
+tests/signature.h
+tests/macros.h
 
 Depends-on:
 stdint
 
 configure.ac:
+AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
 
 Makefile.am:
-TESTS += test-printf-posix.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
-check_PROGRAMS += test-printf-posix
-EXTRA_DIST += test-printf-posix.sh test-printf-posix.h test-fprintf-posix.out
+TESTS += test-printf-posix.sh test-printf-posix2.sh
+check_PROGRAMS += test-printf-posix test-printf-posix2