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

Depends-on:
setlocale
snprintf

configure.ac:
gt_LOCALE_FR

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