aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testbed/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 9fb3eb3c0..31738814d 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -2,6 +2,8 @@ INCLUDES = -I$(top_srcdir)/src/include
2 2
3if MINGW 3if MINGW
4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 4 WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
5else
6 TEST_API_BARRIERS= test_testbed_api_barriers.py
5endif 7endif
6 8
7if USE_COVERAGE 9if USE_COVERAGE
@@ -191,7 +193,7 @@ if ENABLE_TEST_RUN
191 test_testbed_api_testbed_run_topologysmallworldring \ 193 test_testbed_api_testbed_run_topologysmallworldring \
192 test_testbed_api_testbed_run_topologyfromfile \ 194 test_testbed_api_testbed_run_topologyfromfile \
193 test_testbed_api_testbed_run_topologyscalefree \ 195 test_testbed_api_testbed_run_topologyscalefree \
194 test_testbed_api_barriers.py 196 $(TEST_API_BARRIERS)
195endif 197endif
196 198
197test_testbed_api_hosts_SOURCES = \ 199test_testbed_api_hosts_SOURCES = \