aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index cdefaba70..ffe2c9616 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -99,13 +99,16 @@ gnunet_service_ats_LDADD = \
99if HAVE_TESTING 99if HAVE_TESTING
100TESTING_TESTS = \ 100TESTING_TESTS = \
101 test_ats_api_proportional \ 101 test_ats_api_proportional \
102 test_ats_reservation_api_proportional \ 102 test_ats_reservation_api_proportional
103if HAVE_WACHS
104TESTING_TESTS += \
103 test_ats_api_ril 105 test_ats_api_ril
104if HAVE_LIBGLPK 106if HAVE_LIBGLPK
105TESTING_TESTS += \ 107TESTING_TESTS += \
106 test_ats_api_mlp 108 test_ats_api_mlp
107endif 109endif
108endif 110endif
111endif
109 112
110check_PROGRAMS = \ 113check_PROGRAMS = \
111 $(TESTING_TESTS) 114 $(TESTING_TESTS)