X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdprintf-posix-tests;h=0c5a6e8cba1ec879b87f718d84e9869f2571f6f0;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=e4df83d60151e14e7ac649e0bad5a5b74f78f181;hpb=8d8eda4eab3d2801251daf4eb31756c3595e2fc6;p=gnulib.git diff --git a/modules/dprintf-posix-tests b/modules/dprintf-posix-tests index e4df83d60..0c5a6e8cb 100644 --- a/modules/dprintf-posix-tests +++ b/modules/dprintf-posix-tests @@ -4,16 +4,17 @@ tests/test-dprintf-posix.c tests/test-printf-posix.output tests/test-dprintf-posix2.sh tests/test-dprintf-posix2.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-dprintf-posix.sh test-dprintf-posix2.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' check_PROGRAMS += test-dprintf-posix test-dprintf-posix2