aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 2e07afee7..a865e468f 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -74,6 +74,7 @@ check_PROGRAMS = \
74 test_testbed_api \ 74 test_testbed_api \
75 test_testbed_api_operations \ 75 test_testbed_api_operations \
76 test_testbed_api_testbed_run \ 76 test_testbed_api_testbed_run \
77 test_testbed_api_test \
77 test_gnunet_helper_testbed 78 test_gnunet_helper_testbed
78 79
79if ENABLE_TEST_RUN 80if ENABLE_TEST_RUN
@@ -126,6 +127,12 @@ test_testbed_api_testbed_run_LDADD = \
126 $(top_builddir)/src/util/libgnunetutil.la \ 127 $(top_builddir)/src/util/libgnunetutil.la \
127 libgnunettestbed.la 128 libgnunettestbed.la
128 129
130test_testbed_api_test_SOURCES = \
131 test_testbed_api_test.c
132test_testbed_api_test_LDADD = \
133 $(top_builddir)/src/util/libgnunetutil.la \
134 libgnunettestbed.la
135
129test_gnunet_helper_testbed_SOURCES = \ 136test_gnunet_helper_testbed_SOURCES = \
130 test_gnunet_helper_testbed.c 137 test_gnunet_helper_testbed.c
131test_gnunet_helper_testbed_LDADD = \ 138test_gnunet_helper_testbed_LDADD = \