aboutsummaryrefslogtreecommitdiff
path: root/src/regex/Makefile.am
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-09-27 13:18:09 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-09-27 13:18:09 +0000
commit8323699ba0ce8915d9251d687c825955144161f5 (patch)
tree9f7ec68f2799f14e2ea4cb49fc0f54eecf4b3122 /src/regex/Makefile.am
parent5fb7998799e47ea2ff281b237024cde9a6fc1453 (diff)
downloadgnunet-8323699ba0ce8915d9251d687c825955144161f5.tar.gz
gnunet-8323699ba0ce8915d9251d687c825955144161f5.zip
iptoregex test
Diffstat (limited to 'src/regex/Makefile.am')
-rw-r--r--src/regex/Makefile.am7
1 files changed, 6 insertions, 1 deletions
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 = \
23 test_regex_eval_api \ 23 test_regex_eval_api \
24 test_regex_iterate_api \ 24 test_regex_iterate_api \
25 test_regex_proofs \ 25 test_regex_proofs \
26 test_regex_graph_api 26 test_regex_graph_api \
27 test_regex_iptoregex
27 28
28if ENABLE_TEST_RUN 29if ENABLE_TEST_RUN
29TESTS = $(check_PROGRAMS) 30TESTS = $(check_PROGRAMS)
@@ -53,6 +54,10 @@ test_regex_graph_api_LDADD = \
53$(top_builddir)/src/regex/libgnunetregex.la \ 54$(top_builddir)/src/regex/libgnunetregex.la \
54$(top_builddir)/src/util/libgnunetutil.la 55$(top_builddir)/src/util/libgnunetutil.la
55 56
57test_regex_iptoregex_SOURCES = \
58test_regex_iptoregex.c
59test_regex_iptoregex_LDADD = \
60$(top_builddir)/src/regex/libgnunetregex.la
56 61
57EXTRA_DIST = 62EXTRA_DIST =
58# test_regex_data.conf 63# test_regex_data.conf