coverity
[oweals/gnunet.git] / src / regex / Makefile.am
index cd55d755e8f14b9298f1e946b1182bacc593042c..212e2ffcda3ec616e9fb59a0e7b280ab0cd6190e 100644 (file)
@@ -14,45 +14,52 @@ libgnunetregex_la_SOURCES = \
   regex_internal.h regex.c \
   regex_graph.c regex_random.c
 libgnunetregex_la_LIBADD = -lm \
- $(top_builddir)/src/util/libgnunetutil.la
 $(top_builddir)/src/util/libgnunetutil.la
 libgnunetregex_la_LDFLAGS = \
- $(GN_LIB_LDFLAGS) \
-  -version-info 0:0:0
 $(GN_LIB_LDFLAGS) \
+   -version-info 0:0:0
 
 check_PROGRAMS = \
- test_regex_eval_api \
- test_regex_iterate_api \
- test_regex_proofs \
- test_regex_graph_api
+  test_regex_eval_api \
+  test_regex_iterate_api \
+  test_regex_proofs \
+  test_regex_graph_api \
+  test_regex_iptoregex
 
 if ENABLE_TEST_RUN
-TESTS = $(check_PROGRAMS)
+ TESTS = $(check_PROGRAMS)
 endif
 
 test_regex_eval_api_SOURCES = \
- test_regex_eval_api.c
 test_regex_eval_api.c
 test_regex_eval_api_LDADD = \
- $(top_builddir)/src/regex/libgnunetregex.la \
- $(top_builddir)/src/util/libgnunetutil.la
 $(top_builddir)/src/regex/libgnunetregex.la \
 $(top_builddir)/src/util/libgnunetutil.la
 
 test_regex_iterate_api_SOURCES = \
- test_regex_iterate_api.c
 test_regex_iterate_api.c
 test_regex_iterate_api_LDADD = \
- $(top_builddir)/src/regex/libgnunetregex.la \
- $(top_builddir)/src/util/libgnunetutil.la
 $(top_builddir)/src/regex/libgnunetregex.la \
 $(top_builddir)/src/util/libgnunetutil.la
 
 test_regex_proofs_SOURCES = \
- test_regex_proofs.c
 test_regex_proofs.c
 test_regex_proofs_LDADD = \
- $(top_builddir)/src/regex/libgnunetregex.la \
- $(top_builddir)/src/util/libgnunetutil.la
 $(top_builddir)/src/regex/libgnunetregex.la \
 $(top_builddir)/src/util/libgnunetutil.la
 
 test_regex_graph_api_SOURCES = \
-test_regex_graph_api.c
+  test_regex_graph_api.c
 test_regex_graph_api_LDADD = \
-$(top_builddir)/src/regex/libgnunetregex.la \
-$(top_builddir)/src/util/libgnunetutil.la
+  $(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/util/libgnunetutil.la \
+  $(top_builddir)/src/regex/libgnunetregex.la
 
-EXTRA_DIST =
-# test_regex_data.conf
+
+EXTRA_DIST = \
+  regex_profiler_test.conf