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

Depends-on:
setlocale
snprintf

configure.ac:
gt_LOCALE_FR

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