posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbmemcasecoll-tests
blob5201618048ee91b17b8ee297ce9532666168768b
1 Files:
2 tests/test-mbmemcasecoll1.sh
3 tests/test-mbmemcasecoll2.sh
4 tests/test-mbmemcasecoll3.sh
5 tests/test-mbmemcasecoll.c
6 tests/test-mbmemcasecmp.h
7 tests/macros.h
8 m4/locale-fr.m4
9 m4/locale-tr.m4
10 m4/codeset.m4
12 Depends-on:
13 stdbool
14 setlocale
16 configure.ac:
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
19 gt_LOCALE_TR_UTF8
21 Makefile.am:
22 TESTS += test-mbmemcasecoll1.sh test-mbmemcasecoll2.sh test-mbmemcasecoll3.sh
23 TESTS_ENVIRONMENT += \
24   LOCALE_FR='@LOCALE_FR@' \
25   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
26   LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
27 check_PROGRAMS += test-mbmemcasecoll
28 test_mbmemcasecoll_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)