error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / nl_langinfo-tests
blob6857ef5c2bec5fc1d0d4f0af0e69734a660c3fd6
1 Files:
2 tests/test-nl_langinfo1.sh
3 tests/test-nl_langinfo2.sh
4 tests/test-nl_langinfo1.c
5 tests/test-nl_langinfo2.c
6 tests/test-nl_langinfo-mt.c
7 tests/signature.h
8 tests/macros.h
9 m4/locale-fr.m4
10 m4/codeset.m4
11 m4/intl-thread-locale.m4
12 m4/musl.m4
14 Depends-on:
15 c-strcase
16 c-strcasestr
17 setlocale
18 thread
19 nanosleep
20 stdbool
22 configure.ac:
23 gt_LOCALE_FR
24 gt_LOCALE_FR_UTF8
25 gt_FUNC_USELOCALE
26 gl_MUSL_LIBC
28 Makefile.am:
29 TESTS += test-nl_langinfo1.sh test-nl_langinfo2.sh test-nl_langinfo-mt
30 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
31 check_PROGRAMS += test-nl_langinfo1 test-nl_langinfo2 test-nl_langinfo-mt
32 test_nl_langinfo1_LDADD = $(LDADD) $(SETLOCALE_LIB)
33 test_nl_langinfo2_LDADD = $(LDADD) $(SETLOCALE_LIB)
34 test_nl_langinfo_mt_LDADD = $(LDADD) $(SETLOCALE_LIB) $(LIBMULTITHREAD) $(NANOSLEEP_LIB)