summaryrefslogtreecommitdiff
path: root/modules/c-xvasprintf-tests
blob: 3ad44c9a98c6e7744532bbf55e6809d71682ffcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Files:
tests/test-c-xvasprintf.c
tests/test-c-xvasprintf.sh
m4/locale-fr.m4
m4/codeset.m4
tests/macros.h

Depends-on:
setlocale
snprintf
xalloc

configure.ac:
gt_LOCALE_FR

Makefile.am:
TESTS += test-c-xvasprintf.sh
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
check_PROGRAMS += test-c-xvasprintf
test_c_xvasprintf_LDADD = $(LDADD) $(SETLOCALE_LIB) @LIBINTL@