aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-23 15:30:49 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-23 15:30:49 +0000
commit0793e4b7af79a49bf1bc275be95f306136ac8cbb (patch)
tree838cd314a7b6fb4bdc26bac25495ca63a3d7967e /src/testbed/Makefile.am
parent8fb73cef0924f46c39d09aabbb3b5748e7ae68c7 (diff)
downloadgnunet-0793e4b7af79a49bf1bc275be95f306136ac8cbb.tar.gz
gnunet-0793e4b7af79a49bf1bc275be95f306136ac8cbb.zip
- test cases for testbed logger
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 7d65e9fc2..3802cfebe 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -121,6 +121,7 @@ libgnunettestbedlogger_la_LDFLAGS = \
121 121
122check_PROGRAMS = \ 122check_PROGRAMS = \
123 test_testbed_api_hosts \ 123 test_testbed_api_hosts \
124 test_testbed_logger_api \
124 test_gnunet_helper_testbed \ 125 test_gnunet_helper_testbed \
125 test_testbed_api_controllerlink \ 126 test_testbed_api_controllerlink \
126 test_testbed_api_2peers_1controller \ 127 test_testbed_api_2peers_1controller \
@@ -148,6 +149,7 @@ check_PROGRAMS = \
148if ENABLE_TEST_RUN 149if ENABLE_TEST_RUN
149 TESTS = \ 150 TESTS = \
150 test_testbed_api \ 151 test_testbed_api \
152 test_testbed_logger_api \
151 test_testbed_api_sd \ 153 test_testbed_api_sd \
152 test_testbed_api_operations \ 154 test_testbed_api_operations \
153 test_testbed_api_hosts \ 155 test_testbed_api_hosts \
@@ -187,6 +189,13 @@ test_testbed_api_LDADD = \
187 $(top_builddir)/src/dht/libgnunetdht.la \ 189 $(top_builddir)/src/dht/libgnunetdht.la \
188 libgnunettestbed.la 190 libgnunettestbed.la
189 191
192test_testbed_logger_api_SOURCES = \
193 test_testbed_logger_api.c
194test_testbed_logger_api_LDADD = \
195 $(top_builddir)/src/util/libgnunetutil.la \
196 $(top_builddir)/src/testing/libgnunettesting.la \
197 libgnunettestbedlogger.la
198
190test_testbed_api_sd_SOURCES = \ 199test_testbed_api_sd_SOURCES = \
191 test_testbed_api_sd.c 200 test_testbed_api_sd.c
192test_testbed_api_sd_LDADD = \ 201test_testbed_api_sd_LDADD = \