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