mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
Problem: XFAIL_TESTS does not correctly reference some tests
Solution: add tests/ directory prefix
This commit is contained in:
parent
c546045d8c
commit
75e4a342e2
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user