aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index d2d3a2d7f..e51247e18 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -54,10 +54,8 @@ gnunet_core_LDADD = \
54gnunet_core_LDFLAGS = \ 54gnunet_core_LDFLAGS = \
55 $(GN_LIBINTL) 55 $(GN_LIBINTL)
56 56
57if HAVE_TESTING 57TESTING_TESTS = \
58 TESTING_TESTS = \ 58 test_core_api_send_to_self
59 test_core_api_send_to_self
60endif
61 59
62check_PROGRAMS = \ 60check_PROGRAMS = \
63 test_core_api_start_only \ 61 test_core_api_start_only \