aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-01 15:42:42 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-01 15:42:42 +0000
commit768cf4d37944fceb336ceb09aa85e2ae87e7a612 (patch)
treecf680d1b5306c3a066ec2f269f51c5754f3898e8 /src/testbed/Makefile.am
parent427cbfbb202128ea8017c8da75f1a22b376ab2b0 (diff)
downloadgnunet-768cf4d37944fceb336ceb09aa85e2ae87e7a612.tar.gz
gnunet-768cf4d37944fceb336ceb09aa85e2ae87e7a612.zip
tests for testbed_test_run and some fixes
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 = \