1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

fprintf-posix: Check against memory leak fixed on 2009-12-15.

This commit is contained in:
Bruno Haible
2009-12-19 22:15:32 +01:00
parent 156a4895aa
commit 61c07a2452
4 changed files with 151 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ tests/test-fprintf-posix.h
tests/test-printf-posix.output
tests/test-fprintf-posix2.sh
tests/test-fprintf-posix2.c
tests/test-fprintf-posix3.sh
tests/test-fprintf-posix3.c
Depends-on:
stdint
@@ -13,6 +15,6 @@ configure.ac:
AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
Makefile.am:
TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh
TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh test-fprintf-posix3.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-fprintf-posix test-fprintf-posix2
check_PROGRAMS += test-fprintf-posix test-fprintf-posix2 test-fprintf-posix3