mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-25 02:45:56 +00:00
2cc246130b
* modules/regex (Link): New section. * modules/rpmatch (Link): Likewise. * modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL).
15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
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)
|