summaryrefslogtreecommitdiff
path: root/modules/xprintf-posix-tests
blob: 1e5cc3d22ca5c2c7053c22da114dabb6f98be842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
tests/infinity.h
tests/macros.h

Depends-on:
stdint

configure.ac:

Makefile.am:
TESTS += test-xprintf-posix.sh
check_PROGRAMS += test-xfprintf-posix test-xprintf-posix
test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@
test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@