repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
regex-quote-tests
blob
aa99cd096e61c360f3d31fec868b85cee5034d9b
1
Files:
2
tests/test-regex-quote.c
3
tests/macros.h
4
5
Depends-on:
6
regex
7
xalloc
8
9
configure.ac:
10
11
Makefile.am:
12
TESTS += test-regex-quote
13
check_PROGRAMS += test-regex-quote
14
test_regex_quote_LDADD = $(LDADD) $(LIBINTL) $(LIB_MBRTOWC) $(LIBTHREAD)