Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
75e4a342
Commit
75e4a342
authored
Aug 16, 2018
by
Simon Giesecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: XFAIL_TESTS does not correctly reference some tests
Solution: add tests/ directory prefix
parent
c546045d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile.am
Makefile.am
+3
-3
No files found.
Makefile.am
View file @
75e4a342
...
...
@@ -987,13 +987,13 @@ XFAIL_TESTS += tests/test_abstract_ipc
endif
if
ON_GNU
XFAIL_TESTS
+=
test_ipc_wildcard
\
test_term_endpoint
XFAIL_TESTS
+=
test
s/test
_ipc_wildcard
\
test
s/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
+=
test
s/test
_connect_delay_tipc
endif
EXTRA_DIST
=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment