X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Ffprintf-posix-tests;h=3eebaf9cb6b81d350b1837d84dcd5090779122dd;hb=423d3cac13c30bb0d5f85e5fac6ab1406ed1731a;hp=6d87969be053649bda8962a26e2e162d0c8f2000;hpb=a0a83999826796d8f758b05dac2fa3da366ac8ae;p=gnulib.git diff --git a/modules/fprintf-posix-tests b/modules/fprintf-posix-tests index 6d87969be..3eebaf9cb 100644 --- a/modules/fprintf-posix-tests +++ b/modules/fprintf-posix-tests @@ -3,13 +3,19 @@ tests/test-fprintf-posix.sh tests/test-fprintf-posix.c tests/test-fprintf-posix.h tests/test-printf-posix.output +tests/test-fprintf-posix2.sh +tests/test-fprintf-posix2.c +tests/test-fprintf-posix3.sh +tests/test-fprintf-posix3.c +tests/signature.h +tests/macros.h Depends-on: stdint configure.ac: +AC_CHECK_FUNCS_ONCE([getrlimit setrlimit]) Makefile.am: -TESTS += test-fprintf-posix.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' -check_PROGRAMS += test-fprintf-posix +TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh test-fprintf-posix3.sh +check_PROGRAMS += test-fprintf-posix test-fprintf-posix2 test-fprintf-posix3