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

New tests for modules 'test-fprintf-posix' and 'test-printf-posix'.

This commit is contained in:
Bruno Haible
2007-11-03 17:00:19 +01:00
parent 7cd87873c8
commit 7926b0fc36
7 changed files with 357 additions and 4 deletions

View File

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