blob: a1a63cd8b5f7b6c9c40793b1434a456319b3666f (
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) $(LIBINTL)
|