summaryrefslogtreecommitdiff
path: root/modules/regex-tests
blob: b6946c141779a4b35aff1a4de8256d5739bea0e1 (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) $(SETLOCALE_LIB) $(MBRTOWC_LIB) @LIBINTL@ $(LIBTHREAD)