1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Files:
tests/test-nstrftime-1.sh
tests/test-nstrftime-2.sh
tests/test-nstrftime.c
tests/test-nstrftime.h
tests/macros.h
m4/locale-fr.m4
m4/codeset.m4
m4/musl.m4
Depends-on:
atoll
c99
intprops
setlocale
strerror
configure.ac:
gt_LOCALE_FR
gt_LOCALE_FR_UTF8
gl_MUSL_LIBC
Makefile.am:
TESTS += test-nstrftime-1.sh test-nstrftime-2.sh
TESTS_ENVIRONMENT += \
LOCALE_FR='@LOCALE_FR@' \
LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
check_PROGRAMS += test-nstrftime
test_nstrftime_LDADD = $(LDADD) $(SETLOCALE_LIB)
|