X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fprintf-posix-tests;h=30ced6297012f12405d4be76d2e4c33d474016a7;hb=76888b1414b08849396e306748bfdf3cbfb9f928;hp=8d4157f261840a6105f98d31bd07efbb9e927410;hpb=a0a83999826796d8f758b05dac2fa3da366ac8ae;p=gnulib.git diff --git a/modules/printf-posix-tests b/modules/printf-posix-tests index 8d4157f26..30ced6297 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