X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffprintf-posix-tests;h=258e3bfb28e62ad2d9e43fdfe27b71e74a220ff3;hb=51096a4b0bec26e2e080a3cbfbc6e2e9b9c1ad9d;hp=824ba4cb225ec37a28eb197fe0b7ef3c6f18c26c;hpb=4a9ad45de5d3d6e51bfe80647e258b4970126812;p=gnulib.git diff --git a/modules/fprintf-posix-tests b/modules/fprintf-posix-tests index 824ba4cb2..258e3bfb2 100644 --- a/modules/fprintf-posix-tests +++ b/modules/fprintf-posix-tests @@ -3,14 +3,21 @@ 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/infinity.h +tests/signature.h +tests/macros.h Depends-on: stdint +get-rusage-as 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 -EXTRA_DIST += test-fprintf-posix.sh test-fprintf-posix.h test-printf-posix.output +TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh test-fprintf-posix3.sh +check_PROGRAMS += test-fprintf-posix test-fprintf-posix2 test-fprintf-posix3