X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fprintf-posix-tests;h=30ced6297012f12405d4be76d2e4c33d474016a7;hb=76888b1414b08849396e306748bfdf3cbfb9f928;hp=ea4f8f2ec0c25ce49c88623a26e1f60614664134;hpb=7dfbd2504fc25649b478872b2f98705ec76a332e;p=gnulib.git diff --git a/modules/printf-posix-tests b/modules/printf-posix-tests index ea4f8f2ec..30ced6297 100644 --- a/modules/printf-posix-tests +++ b/modules/printf-posix-tests @@ -2,15 +2,17 @@ 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 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-fprintf-posix.out +check_PROGRAMS += test-printf-posix test-printf-posix2