posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / nl_langinfo-tests
blob9bf1510286285ace7c1498615403b67ad1135b34
1 Files:
2 tests/test-nl_langinfo.sh
3 tests/test-nl_langinfo.c
4 tests/test-nl_langinfo-mt.c
5 tests/signature.h
6 tests/macros.h
7 m4/locale-fr.m4
9 Depends-on:
10 c-strcase
11 setlocale
12 thread
13 nanosleep
15 configure.ac:
16 gt_LOCALE_FR
17 gt_LOCALE_FR_UTF8
19 Makefile.am:
20 TESTS += test-nl_langinfo.sh test-nl_langinfo-mt
21 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
22 check_PROGRAMS += test-nl_langinfo test-nl_langinfo-mt
23 test_nl_langinfo_LDADD = $(LDADD) $(LIB_SETLOCALE)
24 test_nl_langinfo_mt_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIBMULTITHREAD) $(LIB_NANOSLEEP)