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