From: Matthias Wachs Date: Thu, 6 Dec 2012 15:18:54 +0000 (+0000) Subject: changes X-Git-Tag: initial-import-from-subversion-38251~10581 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f3002195d92f4b8f0f517ab7569fbe8bb3fd4d81;p=oweals%2Fgnunet.git changes --- diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am index fb904274a..df257b43b 100644 --- a/src/ats/Makefile.am +++ b/src/ats/Makefile.am @@ -63,9 +63,10 @@ check_PROGRAMS = \ test_ats_api_scheduling_update_address \ test_ats_api_scheduling_destroy_address \ test_ats_api_scheduling_destroy_session \ - test_ats_api_scheduling_block_and_reset + test_ats_api_scheduling_block_and_reset \ + test_ats_api_performance # test_ats_api_scheduling \ -# test_ats_api_performance \ +# # $(GN_MLP_TEST) \ # $(GN_MLP_TEST_AVG) \ # $(GN_MLP_PERF) @@ -116,7 +117,15 @@ test_ats_api_scheduling_block_and_reset_SOURCES = \ test_ats_api_scheduling_block_and_reset_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la \ - $(top_builddir)/src/ats/libgnunetats.la + $(top_builddir)/src/ats/libgnunetats.la + +test_ats_api_performance_SOURCES = \ + test_ats_api_performance.c +test_ats_api_performance_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/ats/libgnunetats.la if HAVE_LIBGLPK #test_ats_mlp_SOURCES = \ @@ -175,13 +184,7 @@ endif -#test_ats_api_performance_SOURCES = \ -# test_ats_api_performance.c -#test_ats_api_performance_LDADD = \ -# $(top_builddir)/src/util/libgnunetutil.la \ -# $(top_builddir)/src/testing/libgnunettesting.la \ -# $(top_builddir)/src/hello/libgnunethello.la \ -# $(top_builddir)/src/ats/libgnunetats.la + EXTRA_DIST = \ ats.h \