multiple operation queues for an operation
[oweals/gnunet.git] / src / testbed / Makefile.am
index 0432e8bf7420aced88550f40e40609f8ad0816b4..e37d0ce11d3c52ab060f46b93e4f702c45b962d5 100644 (file)
@@ -18,6 +18,9 @@ bin_PROGRAMS = \
   gnunet-service-testbed \
   gnunet-helper-testbed
 
+noinst_PROGRAMS = \
+  gnunet-testbed-profiler
+
 gnunet_service_testbed_SOURCES = \
   gnunet-service-testbed.c
 gnunet_service_testbed_LDADD = $(XLIB) \
@@ -31,6 +34,12 @@ gnunet_service_testbed_LDADD = $(XLIB) \
 gnunet_service_testbed_DEPENDENCIES = \
   libgnunettestbed.la
 
+gnunet_testbed_profiler_SOURCES = \
+  gnunet-testbed-profiler.c
+gnunet_testbed_profiler_LDADD = $(XLIB) \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ libgnunettestbed.la
+
 gnunet_helper_testbed_SOURCES = \
   gnunet-helper-testbed.c
 gnunet_helper_testbed_LDADD = $(XLIB) \
@@ -78,7 +87,8 @@ check_PROGRAMS = \
  test_testbed_api_testbed_run \
  test_testbed_api_test \
  test_gnunet_helper_testbed \
- test_testbed_api_topology
+ test_testbed_api_topology \
+ test_testbed_api_topology_clique
 
 if ENABLE_TEST_RUN
  TESTS = \
@@ -91,7 +101,8 @@ if ENABLE_TEST_RUN
   test_testbed_api_controllerlink \
   test_testbed_api_testbed_run \
   test_testbed_api_test \
-  test_testbed_api_topology
+  test_testbed_api_topology \
+  test_testbed_api_topology_clique
 endif
 
 test_testbed_api_hosts_SOURCES = \
@@ -152,6 +163,12 @@ test_testbed_api_topology_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  libgnunettestbed.la
 
+test_testbed_api_topology_clique_SOURCES = \
+ test_testbed_api_topology_clique.c
+test_testbed_api_topology_clique_LDADD = \
+ $(top_builddir)/src/util/libgnunetutil.la \
+ libgnunettestbed.la
+
 test_gnunet_helper_testbed_SOURCES = \
  test_gnunet_helper_testbed.c
 test_gnunet_helper_testbed_LDADD = \