Merge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47' into stable
[gnulib.git] / modules / dprintf-posix-tests
1 Files:
2 tests/test-dprintf-posix.sh
3 tests/test-dprintf-posix.c
4 tests/test-printf-posix.output
5 tests/test-dprintf-posix2.sh
6 tests/test-dprintf-posix2.c
7 tests/signature.h
8 tests/macros.h
9
10 Depends-on:
11 stdint
12
13 configure.ac:
14 AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
15
16 Makefile.am:
17 TESTS += test-dprintf-posix.sh test-dprintf-posix2.sh
18 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
19 check_PROGRAMS += test-dprintf-posix test-dprintf-posix2