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