posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbstoc32s-tests
blob7234daab7ceb21d7530d0b7af7df1a8ecdfc9bc1
1 Files:
2 tests/test-mbstoc32s-1.sh
3 tests/test-mbstoc32s-2.sh
4 tests/test-mbstoc32s-3.sh
5 tests/test-mbstoc32s-4.sh
6 tests/test-mbstoc32s.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 c32tob
16 setlocale
18 configure.ac:
19 gt_LOCALE_FR
20 gt_LOCALE_FR_UTF8
21 gt_LOCALE_JA
22 gt_LOCALE_ZH_CN
24 Makefile.am:
25 TESTS += test-mbstoc32s-1.sh test-mbstoc32s-2.sh test-mbstoc32s-3.sh test-mbstoc32s-4.sh
26 TESTS_ENVIRONMENT += \
27   LOCALE_FR='@LOCALE_FR@' \
28   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
29   LOCALE_JA='@LOCALE_JA@' \
30   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
31 check_PROGRAMS += test-mbstoc32s
32 test_mbstoc32s_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)