X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffprintf-posix-tests;h=b3fdea75ae045e13f3380fe213fc314dbf8f9ae1;hb=ff4e8f6b53d7b8c53856ba8ba2adaad3251e6a88;hp=4e45cba9e93cfabfffccaa13f91f5684ba871839;hpb=f26a01b9cacd929764b711a9fd94a9824a8f9caa;p=gnulib.git diff --git a/modules/fprintf-posix-tests b/modules/fprintf-posix-tests index 4e45cba9e..b3fdea75a 100644 --- a/modules/fprintf-posix-tests +++ b/modules/fprintf-posix-tests @@ -2,15 +2,17 @@ Files: tests/test-fprintf-posix.sh tests/test-fprintf-posix.c tests/test-fprintf-posix.h -tests/test-fprintf-posix.out +tests/test-printf-posix.output +tests/test-fprintf-posix2.sh +tests/test-fprintf-posix2.c Depends-on: stdint configure.ac: +AC_CHECK_FUNCS_ONCE([getrlimit setrlimit]) Makefile.am: -TESTS += test-fprintf-posix.sh +TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' -check_PROGRAMS += test-fprintf-posix -EXTRA_DIST += test-fprintf-posix.sh test-fprintf-posix.h test-fprintf-posix.out +check_PROGRAMS += test-fprintf-posix test-fprintf-posix2