aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-27 09:10:45 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-27 09:10:45 +0000
commitdd22c2132e58ba4ac960337efc0f843c12f58780 (patch)
tree2924023804214f906c955f8402d83b1601c14c66
parent8f65ccf2a3a5a3c5ddf1b33cc8a02e74758942b0 (diff)
downloadgnunet-dd22c2132e58ba4ac960337efc0f843c12f58780.tar.gz
gnunet-dd22c2132e58ba4ac960337efc0f843c12f58780.zip
sort tests by solver and comment ril out until working
-rw-r--r--src/ats/Makefile.am21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index feb768cb5..1fbd434ee 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -83,20 +83,21 @@ TESTING_TESTS = \
83 test_ats_api_performance_monitor \ 83 test_ats_api_performance_monitor \
84 test_ats_api_performance_monitor_initial_callback \ 84 test_ats_api_performance_monitor_initial_callback \
85 test_ats_solver_add_address_proportional \ 85 test_ats_solver_add_address_proportional \
86 $(GN_MLP_ADD_ADDRESS) \
87 test_ats_solver_add_address_ril \
88 test_ats_solver_add_address_and_request_proportional \ 86 test_ats_solver_add_address_and_request_proportional \
89 $(GN_MLP_ADD_REQUEST_ADDRESS) \
90 test_ats_solver_add_address_and_request_ril \
91 test_ats_solver_request_and_add_address_proportional \ 87 test_ats_solver_request_and_add_address_proportional \
92 $(GN_MLP_REQUEST_ADD_ADDRESS) \
93 test_ats_solver_request_and_add_address_ril \
94 test_ats_solver_request_and_delete_address_proportional \ 88 test_ats_solver_request_and_delete_address_proportional \
95 $(GN_MLP_REQUEST_DELETE_ADDRESS) \
96 test_ats_solver_request_and_delete_address_ril \
97 test_ats_solver_alternative_after_delete_address_proportional \ 89 test_ats_solver_alternative_after_delete_address_proportional \
98 $(GN_MLP_ALTERNATIVE_DELETE_ADDRESS) \ 90 $(GN_MLP_ADD_REQUEST_ADDRESS) \
99 test_ats_solver_alternative_after_delete_address_ril 91 $(GN_MLP_ADD_REQUEST_ADDRESS) \
92 $(GN_MLP_REQUEST_ADD_ADDRESS) \
93 $(GN_MLP_REQUEST_DELETE_ADDRESS) \
94 $(GN_MLP_ALTERNATIVE_DELETE_ADDRESS)
95# test_ats_solver_add_address_ril
96# test_ats_solver_add_address_and_request_ril
97# test_ats_solver_request_and_add_address_ril
98# test_ats_solver_request_and_delete_address_ril
99# test_ats_solver_alternative_after_delete_address_ril
100
100# test_ats_api_scheduling_min_bw 101# test_ats_api_scheduling_min_bw
101# test_ats_api_scheduling_check_min_bw_alt 102# test_ats_api_scheduling_check_min_bw_alt
102# test_ats_api_scheduling_update_address 103# test_ats_api_scheduling_update_address