1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/xprintf-posix-tests
Eric Blake 611869f3fb Fix xprintf tests on cygwin.
* modules/xprintf-posix-tests (Makefile.am): Link against -lintl.

Signed-off-by: Eric Blake <ebb9@byu.net>
2007-11-02 16:28:00 -06:00

21 lines
471 B
Plaintext

Files:
tests/test-xprintf-posix.sh
tests/test-xfprintf-posix.c
tests/test-xprintf-posix.c
tests/test-fprintf-posix.h
tests/test-printf-posix.h
tests/test-printf-posix.output
Depends-on:
stdint
progname
configure.ac:
Makefile.am:
TESTS += test-xprintf-posix.sh
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
check_PROGRAMS += test-xfprintf-posix test-xprintf-posix
test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@
test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@