-skeletons for transport-ng
[oweals/gnunet.git] / src / ats / Makefile.am
index cdefaba70d589311f7fc757da994714d09e75635..ffe2c961671628bb76e7548bb1665eaa831cf776 100644 (file)
@@ -99,13 +99,16 @@ gnunet_service_ats_LDADD = \
 if HAVE_TESTING
 TESTING_TESTS = \
  test_ats_api_proportional \
- test_ats_reservation_api_proportional \
+ test_ats_reservation_api_proportional
+if HAVE_WACHS
+TESTING_TESTS += \
  test_ats_api_ril
 if HAVE_LIBGLPK
 TESTING_TESTS += \
  test_ats_api_mlp
 endif
 endif
+endif
 
 check_PROGRAMS = \
  $(TESTING_TESTS)