gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37641 - gnunet/src/ats-tests


From: gnunet
Subject: [GNUnet-SVN] r37641 - gnunet/src/ats-tests
Date: Sun, 31 Jul 2016 01:57:27 +0200

Author: grothoff
Date: 2016-07-31 01:57:27 +0200 (Sun, 31 Jul 2016)
New Revision: 37641

Modified:
   gnunet/src/ats-tests/Makefile.am
   gnunet/src/ats-tests/ats-testing.c
Log:
re-enable core tests now that CORE_connecT API is implemented

Modified: gnunet/src/ats-tests/Makefile.am
===================================================================
--- gnunet/src/ats-tests/Makefile.am    2016-07-30 23:52:20 UTC (rev 37640)
+++ gnunet/src/ats-tests/Makefile.am    2016-07-30 23:57:27 UTC (rev 37641)
@@ -17,12 +17,10 @@
  PERF_MLP = \
  perf_ats_mlp_transport_none \
  perf_ats_mlp_transport_bandwidth \
- perf_ats_mlp_transport_latency
-# core-related test commented out while we wait
-# for GNUNET_CORE_connecT to be implemented!
-# perf_ats_mlp_core_none \
-# perf_ats_mlp_core_bandwidth \
-# perf_ats_mlp_core_latency
+ perf_ats_mlp_transport_latency \
+ perf_ats_mlp_core_none \
+ perf_ats_mlp_core_bandwidth \
+ perf_ats_mlp_core_latency
 endif
 
 if HAVE_TESTING
@@ -30,14 +28,11 @@
  perf_ats_proportional_transport_none \
  perf_ats_proportional_transport_bandwidth \
  perf_ats_proportional_transport_latency \
+ perf_ats_proportional_core_none \
+ perf_ats_proportional_core_bandwidth \
+ perf_ats_proportional_core_latency \
  $(PERF_MLP)
 
-# core-related test commented out while we wait
-# for GNUNET_CORE_connecT to be implemented!
-# perf_ats_proportional_core_none \
-# perf_ats_proportional_core_bandwidth \
-# perf_ats_proportional_core_latency 
-
 # RIL-tests commented out as RIL is currently badly broken.
 # perf_ats_ril_transport_none  perf_ats_ril_core_none 
perf_ats_ril_transport_bandwidth perf_ats_ril_core_bandwidth 
perf_ats_ril_transport_latency perf_ats_ril_core_latency
 endif

Modified: gnunet/src/ats-tests/ats-testing.c
===================================================================
--- gnunet/src/ats-tests/ats-testing.c  2016-07-30 23:52:20 UTC (rev 37640)
+++ gnunet/src/ats-tests/ats-testing.c  2016-07-30 23:57:27 UTC (rev 37641)
@@ -422,7 +422,7 @@
 {
   struct BenchmarkPeer *me = cls;
 
-  GNUNET_CORE_disconnect (me->ch);
+  GNUNET_CORE_disconnecT (me->ch);
   me->ch = NULL;
 }
 




reply via email to

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