aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 0b8e7309a..85a2bb555 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -65,11 +65,9 @@ gnunet_service_ats_LDADD = \
65 libgnunetats.la \ 65 libgnunetats.la \
66 $(GN_LIBINTL) 66 $(GN_LIBINTL)
67 67
68if HAVE_TESTING
69TESTING_TESTS = \ 68TESTING_TESTS = \
70 test_ats_api_proportional \ 69 test_ats_api_proportional \
71 test_ats_reservation_api_proportional 70 test_ats_reservation_api_proportional
72endif
73 71
74check_PROGRAMS = \ 72check_PROGRAMS = \
75 $(TESTING_TESTS) 73 $(TESTING_TESTS)