summaryrefslogtreecommitdiff
path: root/modules/regex-tests
blob: 4b14f4724c68adcbf7ac91d6e3b656fc684fa129 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Files:
tests/test-regex.c
tests/macros.h

Depends-on:
gettext-h
localcharset
wctype-h

configure.ac:

Makefile.am:
TESTS += test-regex
check_PROGRAMS += test-regex
test_regex_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC) @LIBINTL@ $(LIBTHREAD)