1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/regex-quote-tests
Bruno Haible 2cc246130b regex: Mention link dependencies.
* modules/regex (Link): New section.
* modules/rpmatch (Link): Likewise.
* modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL).
2010-11-27 18:22:51 +01:00

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)