-build issues'
authorChristian Grothoff <christian@grothoff.org>
Sat, 5 May 2012 15:52:36 +0000 (15:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 5 May 2012 15:52:36 +0000 (15:52 +0000)
13 files changed:
src/testbed/testbed.h
src/testbed/testbed_api.c
src/testbed/testbed_api_hosts.c
src/testbed/testbed_api_hosts.h
src/testbed/testbed_api_operations.c
src/testbed/testbed_api_operations.h
src/testbed/testbed_api_peers.c
src/testbed/testbed_api_peers.h
src/testbed/testbed_api_services.c
src/testbed/testbed_api_test.c
src/testbed/testbed_api_testbed.c
src/testbed/testbed_api_topology.c
src/testing/Makefile.am

index 4e4e490f0abc8e8289abb7da27a1a29e54911837..2cb4ede7e5a2147666ae3fffac7bd1f9589eea02 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file testing/new_testing.h
+ * @file testing/testbed.h
  * @brief IPC messages between testing API and service ("controller")
  * @author Christian Grothoff
  */
index bffe8162f58c824d563833671426ba79a43e28f9..fd6db8d14fd5eb9a11b4d9abbe90e93bd9a93238 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api.c
+ * @file testing/testbed_api.c
  * @brief API for accessing the GNUnet testing service.
  *        This library is supposed to make it easier to write
  *        testcases and script large-scale benchmarks.
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "gnunet_testing_service.h"
+#include "gnunet_testbed_service.h"
 #include "gnunet_core_service.h"
 #include "gnunet_constants.h"
 #include "gnunet_transport_service.h"
@@ -147,4 +147,4 @@ GNUNET_TESTBED_overlay_write_topology_to_file (struct GNUNET_TESTBED_Controller
 
 
 
-/* end of new_testing_api.c */
+/* end of testbed_api.c */
index f9ddfdc079b6e0a7a617e50d3df399704805e709..4c23289d6b9be8c67ea353caa6eaaf1dd695e694 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_hosts.c
+ * @file testing/testbed_api_hosts.c
  * @brief API for manipulating 'hosts' controlled by the GNUnet testing service;
  *        allows parsing hosts files, starting, stopping and communicating (via
  *        SSH/stdin/stdout) with the remote (or local) processes
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "gnunet_testing_service.h"
+#include "gnunet_testbed_service.h"
 #include "gnunet_core_service.h"
 #include "gnunet_constants.h"
 #include "gnunet_transport_service.h"
@@ -197,4 +197,4 @@ GNUNET_TESTBED_host_run_ (struct GNUNET_TESTBED_Host *host,
 }
 
 
-/* end of new_testing_api_hosts.c */
+/* end of testbed_api_hosts.c */
index 269b3f2af84a57811e69eaaff6f34ceed8734487..73fb14790793585717a8ff507c03ca4ad7a738ac 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_hosts.h
+ * @file testing/testbed_api_hosts.h
  * @brief internal API to access the 'hosts' subsystem
  * @author Christian Grothoff
  */
 #ifndef NEW_TESTING_API_HOSTS_H
 #define NEW_TESTING_API_HOSTS_H
 
-#include "gnunet_testing_service.h"
+#include "gnunet_testbed_service.h"
 #include "gnunet_helper_lib.h"
 
 
@@ -102,4 +102,4 @@ GNUNET_TESTBED_host_run_ (struct GNUNET_TESTBED_Host *host,
                          GNUNET_SERVER_MessageTokenizerCallback cb, void *cb_cls);
 
 #endif
-/* end of new_testing_api_hosts.h */
+/* end of testbed_api_hosts.h */
index fa75cf43500f457d7d51c514615a594019c62cfd..33c71d9179001b09979b396fa39ece592a61a575 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_operations.c
+ * @file testing/testbed_api_operations.c
  * @brief functions to manage operation queues
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "new_testing_api_operations.h"
+#include "testbed_api_operations.h"
 
 
 /**
@@ -71,4 +71,4 @@ GNUNET_TESTBED_operation_done (struct GNUNET_TESTBED_Operation *operation)
 
 
 
-/* end of new_testing_api_operations.c */
+/* end of testbed_api_operations.c */
index 3636fa42166a351de31425b0c6232928c8b2471b..89d4b09a1462fec21b856561bfa05a35dfe8f5a7 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_operations.h
+ * @file testing/testbed_api_operations.h
  * @brief internal API to access the 'operations' subsystem
  * @author Christian Grothoff
  */
 #ifndef NEW_TESTING_API_OPERATIONS_H
 #define NEW_TESTING_API_OPERATIONS_H
 
-#include "gnunet_testing_service.h"
+#include "gnunet_testbed_service.h"
 #include "gnunet_helper_lib.h"
 
 
 #endif
-/* end of new_testing_api_operations.h */
+/* end of testbed_api_operations.h */
index c73a0958aa0fd00d0974081404682e8a42d66c53..3531c838af20bc342bd16629335cdfcc8c6e38bb 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_peers.c
+ * @file testing/testbed_api_peers.c
  * @brief management of the knowledge about peers in this library
  *        (we know the peer ID, its host, pending operations, etc.)
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "new_testing_api_peers.h"
+#include "testbed_api_peers.h"
 
 
 /**
@@ -294,4 +294,4 @@ GNUNET_TESTBED_overlay_connect (void *op_cls,
 
 
 
-/* end of new_testing_api_peers.c */
+/* end of testbed_api_peers.c */
index 6b2ed7c8bd1adb0328c59a5991aa84926ce452eb..5c6b531645c3bde3503252155877860ec6d281fb 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_peers.h
+ * @file testing/testbed_api_peers.h
  * @brief internal API to access the 'peers' subsystem
  * @author Christian Grothoff
  */
 #ifndef NEW_TESTING_API_PEERS_H
 #define NEW_TESTING_API_PEERS_H
 
-#include "gnunet_testing_service.h"
+#include "gnunet_testbed_service.h"
 #include "gnunet_helper_lib.h"
 
 
@@ -68,4 +68,4 @@ GNUNET_TESTBED_peer_create_with_id_ (uint32_t unique_id,
 
 
 #endif
-/* end of new_testing_api_peers.h */
+/* end of testbed_api_peers.h */
index 524ec35e37b85324c6dc5f402a88c1710377c157..89427bfd962291e34340688d40322c343258bde2 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_services.c
+ * @file testing/testbed_api_services.c
  * @brief convenience functions for accessing services
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "new_testing_api_peers.h"
+#include "testbed_api_peers.h"
 
 
 /**
@@ -58,4 +58,4 @@ GNUNET_TESTBED_service_connect (void *op_cls,
   return NULL;
 }
 
-/* end of new_testing_api_services.c */
+/* end of testbed_api_services.c */
index ed5e2e8e326f71065a54844666874734fe6dd268..5716fc1c3581aad1c053b0ae023467154e02febb 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_test.c
+ * @file testing/testbed_api_test.c
  * @brief high-level test function
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "gnunet_testing_service.h"
+#include "gnunet_testbed_service.h"
 
 
 
@@ -64,4 +64,4 @@ GNUNET_TESTBED_test_run (const char *testname,
 
 
 
-/* end of new_testing_api_test.c */
+/* end of testbed_api_test.c */
index 8c917db814578cef022c03010d3e389e59258968..905b12e157cb35c4a3066c2df94401b8abe3d484 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_testbed.c
+ * @file testing/testbed_api_testbed.c
  * @brief high-level testbed management
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "gnunet_testing_service.h"
+#include "gnunet_testbed_service.h"
 
 
 /**
@@ -150,4 +150,4 @@ GNUNET_TESTBED_run (const char *host_filename,
 
 
 
-/* end of new_testing_api_testbed.c */
+/* end of testbed_api_testbed.c */
index 12def3a1fe2385c9a81d9068665442fac9c4d0a7..b25bfbc907f935e9a96c989cf8e4c69a66a49d2d 100644 (file)
  */
 
 /**
- * @file testing/new_testing_api_topology.c
+ * @file testing/testbed_api_topology.c
  * @brief topology-generation functions
  * @author Christian Grothoff
  */
 #include "platform.h"
-#include "gnunet_testing_service.h"
+#include "gnunet_testbed_service.h"
 
 
 /**
@@ -124,4 +124,4 @@ GNUNET_TESTBED_overlay_configure_topology (void *op_cls,
   return NULL;
 }
 
-/* end of new_testing_api_topology.c */
+/* end of testbed_api_topology.c */
index 9dfe66b925c41af17ecbf4222f1eaab01dd645d4..4f6f90c4de65c9621414afe35dbc042c4e7483c2 100644 (file)
@@ -34,28 +34,7 @@ if HAVE_EXPENSIVE_TESTS
 endif
 
 lib_LTLIBRARIES = \
-  libgnunettesting.la \
-  libgnunettesting_new.la
-
-libgnunettesting_new_la_SOURCES = \
-  new_testing_api.c new_testing.h \
-  new_testing_api_hosts.c new_testing_api_hosts.h \
-  new_testing_api_operations.c new_testing_api_operations.h \
-  new_testing_api_peers.c new_testing_api_peers.h \
-  new_testing_api_services.c \
-  new_testing_api_testbed.c \
-  new_testing_api_test.c \
-  new_testing_api_topology.c
-libgnunettesting_new_la_LIBADD = $(XLIB) \
- $(top_builddir)/src/core/libgnunetcore.la \
- $(top_builddir)/src/statistics/libgnunetstatistics.la \
- $(top_builddir)/src/transport/libgnunettransport.la \
- $(top_builddir)/src/hello/libgnunethello.la \
- -lm \
- $(top_builddir)/src/util/libgnunetutil.la 
-libgnunettesting_new_la_LDFLAGS = \
- $(GN_LIB_LDFLAGS) \
- -version-info 0:0:0
+  libgnunettesting.la 
 
 libgnunettesting_la_SOURCES = \
   helper.c \