maint.mk: avoid sc_prohibit_always-defined_macros failure in coreutils
[gnulib.git] / modules / fprintf-posix-tests
1 Files:
2 tests/test-fprintf-posix.sh
3 tests/test-fprintf-posix.c
4 tests/test-fprintf-posix.h
5 tests/test-printf-posix.output
6 tests/test-fprintf-posix2.sh
7 tests/test-fprintf-posix2.c
8 tests/test-fprintf-posix3.sh
9 tests/test-fprintf-posix3.c
10 tests/signature.h
11 tests/macros.h
12
13 Depends-on:
14 stdint
15 get-rusage-as
16
17 configure.ac:
18 AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
19
20 Makefile.am:
21 TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh test-fprintf-posix3.sh
22 check_PROGRAMS += test-fprintf-posix test-fprintf-posix2 test-fprintf-posix3