From 4c9986aa22031fd48ec456eb7c0224c368aad377 Mon Sep 17 00:00:00 2001 From: LRN Date: Wed, 11 Sep 2013 13:38:21 +0000 Subject: Disable test_testbed_api_barriers on W32 --- src/testbed/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/testbed') 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 if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols +else + TEST_API_BARRIERS= test_testbed_api_barriers.py endif if USE_COVERAGE @@ -191,7 +193,7 @@ if ENABLE_TEST_RUN test_testbed_api_testbed_run_topologysmallworldring \ test_testbed_api_testbed_run_topologyfromfile \ test_testbed_api_testbed_run_topologyscalefree \ - test_testbed_api_barriers.py + $(TEST_API_BARRIERS) endif test_testbed_api_hosts_SOURCES = \ -- cgit v1.2.3