posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mbsrchr-tests
blob13e29dfc219c7c4ce7f7bbb3cf21455214717388
1 Files:
2 tests/test-mbsrchr.sh
3 tests/test-mbsrchr.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-mbsrchr.sh
16 TESTS_ENVIRONMENT += LOCALE_ZH_CN='@LOCALE_ZH_CN@'
17 check_PROGRAMS += test-mbsrchr
18 test_mbsrchr_LDADD = $(LDADD) $(LIBUNISTRING) $(LIB_SETLOCALE) $(LIB_MBRTOWC)