posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbsnrtoc32s-tests
blob886f7fe878a4026a48deb407a38c68e9a6176dac
1 Files:
2 tests/test-mbsnrtoc32s-1.sh
3 tests/test-mbsnrtoc32s-2.sh
4 tests/test-mbsnrtoc32s-3.sh
5 tests/test-mbsnrtoc32s-4.sh
6 tests/test-mbsnrtoc32s.c
7 tests/signature.h
8 tests/macros.h
9 m4/locale-fr.m4
10 m4/locale-ja.m4
11 m4/locale-zh.m4
12 m4/codeset.m4
14 Depends-on:
15 mbrtoc32
16 mbsinit
17 c32tob
18 setlocale
20 configure.ac:
21 gt_LOCALE_FR
22 gt_LOCALE_FR_UTF8
23 gt_LOCALE_JA
24 gt_LOCALE_ZH_CN
26 Makefile.am:
27 TESTS += test-mbsnrtoc32s-1.sh test-mbsnrtoc32s-2.sh test-mbsnrtoc32s-3.sh test-mbsnrtoc32s-4.sh
28 TESTS_ENVIRONMENT += \
29   LOCALE_FR='@LOCALE_FR@' \
30   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
31   LOCALE_JA='@LOCALE_JA@' \
32   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
33 check_PROGRAMS += test-mbsnrtoc32s
34 test_mbsnrtoc32s_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)