diff options
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 6 |
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 = \ gnunet_core_LDFLAGS = \ $(GN_LIBINTL) -if HAVE_TESTING - TESTING_TESTS = \ - test_core_api_send_to_self -endif +TESTING_TESTS = \ + test_core_api_send_to_self check_PROGRAMS = \ test_core_api_start_only \ |