fix eligibility traces
[oweals/gnunet.git] / src / ats / Makefile.am
index 47cc3133860b9dd253c9e0eeb1bc3ecbc1ac28f8..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 = \
@@ -432,6 +436,30 @@ test_ats_solver_alternative_after_delete_address_ril_LDADD = \
 #  $(top_builddir)/src/statistics/libgnunetstatistics.la \
 #  $(top_builddir)/src/ats/libgnunetats.la  
 
+perf_ats_solver_mlp_SOURCES = \
+  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 \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/ats/libgnunetats.la 
+
+perf_ats_solver_proportional_SOURCES = \
+  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 \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/ats/libgnunetats.la 
+
+perf_ats_solver_ril_SOURCES = \
+  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 \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/ats/libgnunetats.la 
+
 
 EXTRA_DIST = \
   ats.h \
@@ -440,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