same-inode: make SAME_INODE tri-state, to port to mingw
[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
9 Depends-on:
10 stdint
11
12 configure.ac:
13 AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
14
15 Makefile.am:
16 TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh
17 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
18 check_PROGRAMS += test-fprintf-posix test-fprintf-posix2