fix eligibility traces
[oweals/gnunet.git] / src / ats / Makefile.am
index 13e38ab276ffa6636bbba9541a7af887d8096081..714f3640d860215bc933e78a6acff80c1d406f9c 100644 (file)
@@ -26,6 +26,7 @@ if HAVE_LIBGLPK
   GN_MLP_REQUEST_ADD_ADDRESS = test_ats_solver_request_and_add_address_mlp
   GN_MLP_REQUEST_DELETE_ADDRESS = test_ats_solver_request_and_delete_address_mlp
   GN_MLP_ALTERNATIVE_DELETE_ADDRESS = test_ats_solver_alternative_after_delete_address_mlp
+  GN_MLP_SOLVER_PERF = perf_ats_solver_mlp
 endif
 
 lib_LTLIBRARIES = libgnunetats.la
@@ -131,7 +132,10 @@ TESTING_TESTS = \
  test_ats_solver_add_address_and_request_ril \
  test_ats_solver_request_and_add_address_ril \
  test_ats_solver_request_and_delete_address_ril \
- test_ats_solver_alternative_after_delete_address_ril
+ test_ats_solver_alternative_after_delete_address_ril \
+ perf_ats_solver_proportional \
+ $(GN_MLP_SOLVER_PERF) \
+ perf_ats_solver_ril 
 endif
 
 check_PROGRAMS = \
@@ -433,7 +437,7 @@ test_ats_solver_alternative_after_delete_address_ril_LDADD = \
 #  $(top_builddir)/src/ats/libgnunetats.la  
 
 perf_ats_solver_mlp_SOURCES = \
-  perf_ats_solver.c
+  perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
 perf_ats_solver_mlp_LDADD = \
   $(GN_LIBGLPK) \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -441,7 +445,7 @@ perf_ats_solver_mlp_LDADD = \
   $(top_builddir)/src/ats/libgnunetats.la 
 
 perf_ats_solver_proportional_SOURCES = \
-  perf_ats_solver.c
+  perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
 perf_ats_solver_proportional_LDADD = \
   $(GN_LIBGLPK) \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -449,7 +453,7 @@ perf_ats_solver_proportional_LDADD = \
   $(top_builddir)/src/ats/libgnunetats.la 
 
 perf_ats_solver_ril_SOURCES = \
-  perf_ats_solver.c
+  perf_ats_solver.c test_ats_api_common.c gnunet-service-ats_normalization.c
 perf_ats_solver_ril_LDADD = \
   $(GN_LIBGLPK) \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -464,4 +468,8 @@ EXTRA_DIST = \
   test_ats_solver_default.conf \
   test_ats_solver_proportional.conf \
   test_ats_solver_mlp.conf \
-  test_ats_solver_ril.conf 
+  test_ats_solver_ril.conf \
+  perf_ats_solver_mlp.conf \
+  perf_ats_solver_proportional.conf \
+  perf_ats_solver_ril.conf \
+  perf_ats_solver.conf