Commit 75e4a342 authored by Simon Giesecke's avatar Simon Giesecke

Problem: XFAIL_TESTS does not correctly reference some tests

Solution: add tests/ directory prefix
parent c546045d
......@@ -987,13 +987,13 @@ XFAIL_TESTS += tests/test_abstract_ipc
endif
if ON_GNU
XFAIL_TESTS += test_ipc_wildcard \
test_term_endpoint
XFAIL_TESTS += tests/test_ipc_wildcard \
tests/test_term_endpoint
endif
# TODO remove this again when resolving https://github.com/zeromq/libzmq/issues/3124
if BUILD_TIPC
XFAIL_TESTS += test_connect_delay_tipc
XFAIL_TESTS += tests/test_connect_delay_tipc
endif
EXTRA_DIST = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment