aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-25 15:57:43 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-25 15:57:43 +0000
commit75ff303510da8123bc7794c9d6e8fda51b73a7db (patch)
tree910e6cb442e6efc57e23965fd27d0c9a863cf6d9 /src/ats/Makefile.am
parent61b801d9949076ecac3f472b2fab58377a3d33a7 (diff)
downloadgnunet-75ff303510da8123bc7794c9d6e8fda51b73a7db.tar.gz
gnunet-75ff303510da8123bc7794c9d6e8fda51b73a7db.zip
-removing useless/dead/redundant tests, adjusting other tests to fit current API
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index abe61d37e..a165cebb7 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -117,7 +117,6 @@ TESTING_TESTS = \
117 test_ats_api_scheduling_add_address_inbound \ 117 test_ats_api_scheduling_add_address_inbound \
118 test_ats_api_scheduling_destroy_address \ 118 test_ats_api_scheduling_destroy_address \
119 test_ats_api_scheduling_add_session \ 119 test_ats_api_scheduling_add_session \
120 test_ats_api_scheduling_destroy_session \
121 test_ats_api_delayed_service_scheduling_add_address \ 120 test_ats_api_delayed_service_scheduling_add_address \
122 test_ats_api_performance_list_all_addresses \ 121 test_ats_api_performance_list_all_addresses \
123 test_ats_api_delayed_service_performance_list_all_addresses \ 122 test_ats_api_delayed_service_performance_list_all_addresses \
@@ -224,14 +223,6 @@ test_ats_api_scheduling_add_session_LDADD = \
224 libgnunetats.la \ 223 libgnunetats.la \
225 $(top_builddir)/src/statistics/libgnunetstatistics.la 224 $(top_builddir)/src/statistics/libgnunetstatistics.la
226 225
227test_ats_api_scheduling_destroy_session_SOURCES = \
228 test_ats_api_scheduling_destroy_session.c test_ats_api_common.c
229test_ats_api_scheduling_destroy_session_LDADD = \
230 $(top_builddir)/src/util/libgnunetutil.la \
231 $(top_builddir)/src/testing/libgnunettesting.la \
232 libgnunetats.la \
233 $(top_builddir)/src/statistics/libgnunetstatistics.la
234
235# performance API tests 226# performance API tests
236 227
237test_ats_api_performance_list_all_addresses_SOURCES = \ 228test_ats_api_performance_list_all_addresses_SOURCES = \