view modules/printf-posix-tests @ 12302:3b1b1edbbf68

version-etc-fsf: relax license to LGPLv3+ * modules/version-etc-fsf (License): Relax license.
author Jim Meyering <meyering@redhat.com>
date Tue, 17 Nov 2009 07:20:41 +0100
parents 1df2e8a2fa66
children 33ab12a7cea2
line wrap: on
line source

Files:
tests/test-printf-posix.sh
tests/test-printf-posix.c
tests/test-printf-posix.h
tests/test-printf-posix.output
tests/test-printf-posix2.sh
tests/test-printf-posix2.c

Depends-on:
stdint

configure.ac:
AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])

Makefile.am:
TESTS += test-printf-posix.sh test-printf-posix2.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-printf-posix test-printf-posix2