From 88638fd30b3c7898e1209b8128adf42b1e4bd315 Mon Sep 17 00:00:00 2001 From: Maximilian Szengel Date: Fri, 7 Sep 2012 16:38:49 +0000 Subject: coverage --- src/regex/Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/regex/Makefile.am') diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am index 36062272e..cd55d755e 100644 --- a/src/regex/Makefile.am +++ b/src/regex/Makefile.am @@ -22,7 +22,8 @@ libgnunetregex_la_LDFLAGS = \ check_PROGRAMS = \ test_regex_eval_api \ test_regex_iterate_api \ - test_regex_proofs + test_regex_proofs \ + test_regex_graph_api if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) @@ -46,5 +47,12 @@ test_regex_proofs_LDADD = \ $(top_builddir)/src/regex/libgnunetregex.la \ $(top_builddir)/src/util/libgnunetutil.la -EXTRA_DIST = +test_regex_graph_api_SOURCES = \ +test_regex_graph_api.c +test_regex_graph_api_LDADD = \ +$(top_builddir)/src/regex/libgnunetregex.la \ +$(top_builddir)/src/util/libgnunetutil.la + + +EXTRA_DIST = # test_regex_data.conf -- cgit v1.2.3