aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-01-08 21:56:20 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-01-08 21:56:20 +0000
commit5f18686ca27ec17e6f4e645592dcbc5d73403f8a (patch)
treefd27063732ff3cf33192bd884717bfbdc0c44493 /src/testbed
parent1a06ddec6077e39bb00185665c67724273b64a41 (diff)
downloadgnunet-5f18686ca27ec17e6f4e645592dcbc5d73403f8a.tar.gz
gnunet-5f18686ca27ec17e6f4e645592dcbc5d73403f8a.zip
- add underlay testcase to `make check`
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 823ddaa83..0ec17fa44 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -209,7 +209,8 @@ if ENABLE_TEST_RUN
209 test_testbed_api_testbed_run_topologysmallworldring \ 209 test_testbed_api_testbed_run_topologysmallworldring \
210 test_testbed_api_testbed_run_topologyfromfile \ 210 test_testbed_api_testbed_run_topologyfromfile \
211 test_testbed_api_testbed_run_topologyscalefree \ 211 test_testbed_api_testbed_run_topologyscalefree \
212 test_testbed_api_barriers 212 test_testbed_api_barriers \
213 $(underlay_testcases)
213endif 214endif
214 215
215test_testbed_api_hosts_SOURCES = \ 216test_testbed_api_hosts_SOURCES = \