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

Depends-on:
regex
xalloc

configure.ac:

Makefile.am:
TESTS += test-regex-quote
check_PROGRAMS += test-regex-quote
test_regex_quote_LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(LIB_MBRTOWC) $(LIBTHREAD)