posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / regex-tests
blob4b14f4724c68adcbf7ac91d6e3b656fc684fa129
1 Files:
2 tests/test-regex.c
3 tests/macros.h
5 Depends-on:
6 gettext-h
7 localcharset
8 wctype-h
10 configure.ac:
12 Makefile.am:
13 TESTS += test-regex
14 check_PROGRAMS += test-regex
15 test_regex_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC) @LIBINTL@ $(LIBTHREAD)