X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdprintf-posix-tests;h=a60f8eda0afa72bf1f5c4a9d516ecdb9fe833564;hb=427cbfd5b427150a71172efdd49db3cb0865cb42;hp=487c974e80b956180e3e5780533ffec6f4eeee42;hpb=d200156fc3c54bb24a2fbbe45ec299c6ca348283;p=gnulib.git diff --git a/modules/dprintf-posix-tests b/modules/dprintf-posix-tests index 487c974e8..a60f8eda0 100644 --- a/modules/dprintf-posix-tests +++ b/modules/dprintf-posix-tests @@ -2,13 +2,17 @@ Files: tests/test-dprintf-posix.sh tests/test-dprintf-posix.c tests/test-printf-posix.output +tests/test-dprintf-posix2.sh +tests/test-dprintf-posix2.c +tests/signature.h +tests/macros.h Depends-on: stdint configure.ac: +AC_CHECK_FUNCS_ONCE([getrlimit setrlimit]) Makefile.am: -TESTS += test-dprintf-posix.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' -check_PROGRAMS += test-dprintf-posix +TESTS += test-dprintf-posix.sh test-dprintf-posix2.sh +check_PROGRAMS += test-dprintf-posix test-dprintf-posix2