X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2FMakefile.am;h=229e89ba1986c7fb8c0b504ba366194bb6f0d88a;hb=7252393613f08dea54b5838691e6e608818901c3;hp=d7262d62e30c687134c54c5f15f268138ad6594b;hpb=308eab2402422262d9b895f98008a4d5b176be59;p=oweals%2Fgnunet.git diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am index d7262d62e..229e89ba1 100644 --- a/src/testbed/Makefile.am +++ b/src/testbed/Makefile.am @@ -73,6 +73,7 @@ check_PROGRAMS = \ test_testbed_api_2peers \ test_testbed_api \ test_testbed_api_operations \ + test_testbed_api_testbed_run \ test_gnunet_testbed_helper if ENABLE_TEST_RUN @@ -118,6 +119,12 @@ test_testbed_api_controllerlink_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ libgnunettestbed.la +test_testbed_api_testbed_run_SOURCES = \ + test_testbed_api_testbed_run.c +test_testbed_api_testbed_run_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + libgnunettestbed.la + test_gnunet_testbed_helper_SOURCES = \ test_gnunet_testbed_helper.c test_gnunet_testbed_helper_LDADD = \