X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffprintf-posix-tests;h=d2058aeb2043ce5b9925d163626b4094a43ee63f;hb=b4b6391081d1173278396afdf098be68b1768752;hp=824ba4cb225ec37a28eb197fe0b7ef3c6f18c26c;hpb=4a9ad45de5d3d6e51bfe80647e258b4970126812;p=gnulib.git diff --git a/modules/fprintf-posix-tests b/modules/fprintf-posix-tests index 824ba4cb2..d2058aeb2 100644 --- a/modules/fprintf-posix-tests +++ b/modules/fprintf-posix-tests @@ -3,14 +3,20 @@ 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 +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