X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2FMakefile.am;h=26b576deb6aa32dd179cdae837156211567fce65;hb=4cc09a3726c68f6488bc514d1f55c4c3d8654b7c;hp=5f149d905d24593521724ef38f0a3be1cb20fff6;hpb=92bc91f21ea5f201526775cd67df755eb50a0a78;p=oweals%2Fgnunet.git diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index 5f149d905..26b576deb 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -9,17 +9,38 @@ if USE_COVERAGE XLIB = -lgcov endif +if WITH_LL + CC = mpcc + ll_noinst_binaries = \ + ll-master \ + ll-monitor + ll_binaries = \ + gnunet-mpi-test +endif + +libexecdir= $(pkglibdir)/libexec/ + pkgcfgdir= $(pkgdatadir)/config.d/ pkgcfg_DATA = \ testbed.conf -bin_PROGRAMS = \ +libexec_PROGRAMS = \ gnunet-service-testbed \ gnunet-helper-testbed +bin_PROGRAMS = \ + $(ll_binaries) + +noinst_PROGRAMS = \ + gnunet-testbed-profiler \ + $(ll_noinst_binaries) + gnunet_service_testbed_SOURCES = \ - gnunet-service-testbed.c + gnunet-service-testbed.c \ + gnunet-service-testbed.h \ + gnunet-service-testbed_cache.c \ + gnunet-service-testbed_oc.c gnunet_service_testbed_LDADD = $(XLIB) \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/core/libgnunetcore.la \ @@ -31,6 +52,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) \ @@ -42,6 +69,21 @@ gnunet_helper_testbed_DEPENDENCIES = \ gnunet-service-testbed.$(OBJEXT) \ libgnunettestbed.la +ll_master_SOURCES = \ + ll_master.c +ll_master_LDADD = $(XLIB) \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(LTLIBINTL) -lz -lllapi + +ll_monitor_SOURCES = \ + ll_monitor.c +ll_monitor_LDADD = $(XLIB) \ + $(LTLIBINTL) -lz -lllapi + +gnunet_mpi_test_SOURCES = gnunet_mpi_test.c +gnunet_mpi_test_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la + lib_LTLIBRARIES = \ libgnunettestbed.la @@ -54,7 +96,8 @@ libgnunettestbed_la_SOURCES = \ testbed_api_statistics.c \ testbed_api_testbed.c \ testbed_api_test.c \ - testbed_api_topology.c + testbed_api_topology.c testbed_api_topology.h \ + testbed_api_sd.c testbed_api_sd.h libgnunettestbed_la_LIBADD = $(XLIB) \ $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ @@ -69,25 +112,51 @@ libgnunettestbed_la_LDFLAGS = \ -version-info 0:0:0 check_PROGRAMS = \ - test_testbed_api_hosts \ - test_testbed_api_controllerlink \ - test_testbed_api_2peers_1controller \ - test_testbed_api \ - test_testbed_api_operations \ - test_testbed_api_testbed_run \ - test_testbed_api_test \ - test_gnunet_helper_testbed + test_testbed_api_hosts \ + test_testbed_api_controllerlink \ + test_testbed_api_2peers_1controller \ + test_testbed_api_3peers_3controllers \ + test_testbed_api \ + test_testbed_api_sd \ + test_testbed_api_operations \ + test_testbed_api_testbed_run \ + test_testbed_api_test \ + test_gnunet_helper_testbed \ + test_testbed_api_topology \ + test_testbed_api_topology_clique \ + test_testbed_api_testbed_run_topologyrandom \ + test_testbed_api_testbed_run_topologyline \ + test_testbed_api_testbed_run_topologyclique \ + test_testbed_api_testbed_run_topologyring \ + test_testbed_api_testbed_run_topologysmallworldring \ + test_testbed_api_testbed_run_topology2dtorus \ + test_testbed_api_testbed_run_topologysmallworld \ + test_testbed_api_testbed_run_topologyfromfile \ + test_testbed_api_testbed_run_topologyscalefree if ENABLE_TEST_RUN TESTS = \ test_testbed_api \ + test_testbed_api_sd \ test_testbed_api_hosts \ test_testbed_api_2peers_1controller \ + test_testbed_api_3peers_3controllers \ test_testbed_api_operations \ test_gnunet_helper_testbed \ test_testbed_api_controllerlink \ test_testbed_api_testbed_run \ - test_testbed_api_test + test_testbed_api_test \ + test_testbed_api_topology \ + test_testbed_api_topology_clique \ + test_testbed_api_testbed_run_topologyrandom \ + test_testbed_api_testbed_run_topologyline \ + test_testbed_api_testbed_run_topologyclique \ + test_testbed_api_testbed_run_topologyring \ + test_testbed_api_testbed_run_topologysmallworldring \ + test_testbed_api_testbed_run_topology2dtorus \ + test_testbed_api_testbed_run_topologysmallworld \ + test_testbed_api_testbed_run_topologyfromfile \ + test_testbed_api_testbed_run_topologyscalefree endif test_testbed_api_hosts_SOURCES = \ @@ -104,6 +173,12 @@ test_testbed_api_LDADD = \ $(top_builddir)/src/dht/libgnunetdht.la \ libgnunettestbed.la +test_testbed_api_sd_SOURCES = \ + test_testbed_api_sd.c +test_testbed_api_sd_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + test_testbed_api_2peers_1controller_SOURCES = \ test_testbed_api_2peers_1controller.c test_testbed_api_2peers_1controller_LDADD = \ @@ -111,6 +186,13 @@ test_testbed_api_2peers_1controller_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ libgnunettestbed.la +test_testbed_api_3peers_3controllers_SOURCES = \ + test_testbed_api_3peers_3controllers.c +test_testbed_api_3peers_3controllers_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ + libgnunettestbed.la + test_testbed_api_operations_SOURCES = \ test_testbed_api_operations.c test_testbed_api_operations_LDADD = \ @@ -135,9 +217,90 @@ test_testbed_api_test_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunettestbed.la +test_testbed_api_topology_SOURCES = \ + test_testbed_api_topology.c +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 = \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunettestbed.la \ - -lz \ No newline at end of file + -lz + +test_testbed_api_testbed_run_topologyrandom_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topologyrandom_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +test_testbed_api_testbed_run_topologyline_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topologyline_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +test_testbed_api_testbed_run_topologyclique_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topologyclique_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +test_testbed_api_testbed_run_topologyring_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topologyring_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +test_testbed_api_testbed_run_topologysmallworldring_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topologysmallworldring_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +test_testbed_api_testbed_run_topology2dtorus_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topology2dtorus_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +test_testbed_api_testbed_run_topologysmallworld_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topologysmallworld_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +test_testbed_api_testbed_run_topologyfromfile_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topologyfromfile_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +test_testbed_api_testbed_run_topologyscalefree_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_topologyscalefree_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + +EXTRA_DIST = \ + test_testbed_api.conf \ + test_testbed_api_testbed_run_topologyring.conf \ + test_testbed_api_testbed_run_topologyclique.conf \ + test_testbed_api_testbed_run_topologyline.conf \ + test_testbed_api_testbed_run_topologyrandom.conf \ + test_testbed_api_testbed_run_topologysmallworldring.conf \ + test_testbed_api_testbed_run_topology2dtorus.conf \ + test_testbed_api_testbed_run_topologysmallworld.conf \ + test_testbed_api_testbed_run_topologyfromfile.conf \ + test_testbed_api_testbed_run_topologyscalefree.conf \ + overlay_topology.txt \ + sample_hosts.txt \ + sample.job