summaryrefslogtreecommitdiff
path: root/modules/c-xvasprintf-tests
blob: 75ce919410030405a19cac9b16f77ca665bf1b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Files:
tests/test-c-xvasprintf.c
tests/test-c-xvasprintf.sh
m4/locale-fr.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) $(LIB_SETLOCALE) @LIBINTL@