X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdprintf-posix-tests;h=219761f77907f5350b582035a12cca5c0decfdd9;hb=2ec3c8e506e9692c13ff7bb6fb0eba70c134da6a;hp=5b865ce8bfdcd8313c6526412e0fa365104bfc8f;hpb=89ae4589dd58d12e7cbcf0e92c1d828c1e430f97;p=gnulib.git diff --git a/modules/dprintf-posix-tests b/modules/dprintf-posix-tests index 5b865ce8b..219761f77 100644 --- a/modules/dprintf-posix-tests +++ b/modules/dprintf-posix-tests @@ -1,18 +1,19 @@ Files: -tests/signature.h 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 +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