Fix xprintf tests on cygwin.
[gnulib.git] / modules / xprintf-posix-tests
1 Files:
2 tests/test-xprintf-posix.sh
3 tests/test-xfprintf-posix.c
4 tests/test-xprintf-posix.c
5 tests/test-fprintf-posix.h
6 tests/test-printf-posix.h
7 tests/test-printf-posix.output
8
9 Depends-on:
10 stdint
11 progname
12
13 configure.ac:
14
15 Makefile.am:
16 TESTS += test-xprintf-posix.sh
17 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
18 check_PROGRAMS += test-xfprintf-posix test-xprintf-posix
19 test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@
20 test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@