X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffprintf-posix-tests;h=d2058aeb2043ce5b9925d163626b4094a43ee63f;hb=ef127178789143d8a9817b81bc5c3c86fe744b50;hp=b3fdea75ae045e13f3380fe213fc314dbf8f9ae1;hpb=7926b0fc363afde51a861a5aea4a8e93476c5526;p=gnulib.git diff --git a/modules/fprintf-posix-tests b/modules/fprintf-posix-tests index b3fdea75a..d2058aeb2 100644 --- a/modules/fprintf-posix-tests +++ b/modules/fprintf-posix-tests @@ -5,14 +5,18 @@ 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 test-fprintf-posix2.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' -check_PROGRAMS += test-fprintf-posix test-fprintf-posix2 +TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh test-fprintf-posix3.sh +check_PROGRAMS += test-fprintf-posix test-fprintf-posix2 test-fprintf-posix3