gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r25299 - gnunet/src/ats


From: gnunet
Subject: [GNUnet-SVN] r25299 - gnunet/src/ats
Date: Thu, 6 Dec 2012 16:18:54 +0100

Author: wachs
Date: 2012-12-06 16:18:54 +0100 (Thu, 06 Dec 2012)
New Revision: 25299

Modified:
   gnunet/src/ats/Makefile.am
Log:
changes

Modified: gnunet/src/ats/Makefile.am
===================================================================
--- gnunet/src/ats/Makefile.am  2012-12-06 15:16:49 UTC (rev 25298)
+++ gnunet/src/ats/Makefile.am  2012-12-06 15:18:54 UTC (rev 25299)
@@ -63,9 +63,10 @@
  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_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,14 +184,8 @@
 
 
 
-#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 \
   test_ats_api.conf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]