Merge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47' into stable
[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 tests/macros.h
9
10 Depends-on:
11 stdint
12 progname
13
14 configure.ac:
15
16 Makefile.am:
17 TESTS += test-xprintf-posix.sh
18 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
19 check_PROGRAMS += test-xfprintf-posix test-xprintf-posix
20 test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@
21 test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@