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 ...@@ -987,13 +987,13 @@ XFAIL_TESTS += tests/test_abstract_ipc
endif endif
if ON_GNU if ON_GNU
XFAIL_TESTS += test_ipc_wildcard \ XFAIL_TESTS += tests/test_ipc_wildcard \
test_term_endpoint tests/test_term_endpoint
endif endif
# TODO remove this again when resolving https://github.com/zeromq/libzmq/issues/3124 # TODO remove this again when resolving https://github.com/zeromq/libzmq/issues/3124
if BUILD_TIPC if BUILD_TIPC
XFAIL_TESTS += test_connect_delay_tipc XFAIL_TESTS += tests/test_connect_delay_tipc
endif endif
EXTRA_DIST = \ 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