dprintf-posix: Check against memory leak fixed on 2009-12-15.
[pspp] / 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
8 Depends-on:
9 stdint
10
11 configure.ac:
12 AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
13
14 Makefile.am:
15 TESTS += test-dprintf-posix.sh test-dprintf-posix2.sh
16 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
17 check_PROGRAMS += test-dprintf-posix test-dprintf-posix2