From 8323699ba0ce8915d9251d687c825955144161f5 Mon Sep 17 00:00:00 2001 From: Maximilian Szengel Date: Thu, 27 Sep 2012 13:18:09 +0000 Subject: iptoregex test --- src/regex/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/regex/Makefile.am') diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am index cd55d755e..ca7e52265 100644 --- a/src/regex/Makefile.am +++ b/src/regex/Makefile.am @@ -23,7 +23,8 @@ check_PROGRAMS = \ test_regex_eval_api \ test_regex_iterate_api \ test_regex_proofs \ - test_regex_graph_api + test_regex_graph_api \ + test_regex_iptoregex if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) @@ -53,6 +54,10 @@ test_regex_graph_api_LDADD = \ $(top_builddir)/src/regex/libgnunetregex.la \ $(top_builddir)/src/util/libgnunetutil.la +test_regex_iptoregex_SOURCES = \ +test_regex_iptoregex.c +test_regex_iptoregex_LDADD = \ +$(top_builddir)/src/regex/libgnunetregex.la EXTRA_DIST = # test_regex_data.conf -- cgit v1.2.3