aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-09-11 13:38:21 +0000
committerLRN <lrn1986@gmail.com>2013-09-11 13:38:21 +0000
commit4c9986aa22031fd48ec456eb7c0224c368aad377 (patch)
tree7ee16d9fe442985eb93ab3682860d92017d5e70b /src
parent80a32a99b3710d373581a40ddb98b34546d4b98d (diff)
downloadgnunet-4c9986aa22031fd48ec456eb7c0224c368aad377.tar.gz
gnunet-4c9986aa22031fd48ec456eb7c0224c368aad377.zip
Disable test_testbed_api_barriers on W32
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 = \