Problem: XFAIL_TESTS does not correctly reference some tests

Solution: add tests/ directory prefix
This commit is contained in:
Simon Giesecke 2018-08-16 11:07:05 +02:00
parent c546045d8c
commit 75e4a342e2

View File

@ -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 = \