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