changes
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 6 Dec 2012 15:18:54 +0000 (15:18 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 6 Dec 2012 15:18:54 +0000 (15:18 +0000)
src/ats/Makefile.am

index fb904274a24e063f4ebd97c219e416372a3ebfc4..df257b43bc8b9704e986e3f3c5929eb7cbeb0f2c 100644 (file)
@@ -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 \