posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbschr-tests
blobe7bccb01925c5bc5b654aece0ab61052e666ffc4
1 Files:
2 tests/test-mbschr.sh
3 tests/test-mbschr.c
4 tests/macros.h
5 m4/locale-zh.m4
6 m4/codeset.m4
8 Depends-on:
9 setlocale
11 configure.ac:
12 gt_LOCALE_ZH_CN
14 Makefile.am:
15 TESTS += test-mbschr.sh
16 TESTS_ENVIRONMENT += LOCALE_ZH_CN='@LOCALE_ZH_CN@'
17 check_PROGRAMS += test-mbschr
18 test_mbschr_LDADD = $(LDADD) $(LIBUNISTRING) $(LIB_SETLOCALE) $(LIB_MBRTOWC)