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

Depends-on:
setlocale
snprintf

configure.ac:
gt_LOCALE_FR

Makefile.am:
TESTS += test-c-vsnprintf.sh
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
check_PROGRAMS += test-c-vsnprintf
test_c_vsnprintf_LDADD = $(LDADD) $(LIB_SETLOCALE)