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
8c616290
Commit
8c616290
authored
Jun 06, 2014
by
Richard Newton
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1082 from dmeehan1968/exclude-test-abstract-ipc-non-linux
Exclude test_abstract_ipc from non-Linux builds
parents
34e8f3c1
a1f87379
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Makefile.am
tests/Makefile.am
+4
-1
No files found.
tests/Makefile.am
View file @
8c616290
...
...
@@ -44,7 +44,6 @@ noinst_PROGRAMS = test_system \
test_inproc_connect
\
test_issue_566
\
test_proxy
\
test_abstract_ipc
\
test_many_sockets
\
test_ipc_wildcard
\
test_diffserv
\
...
...
@@ -75,6 +74,10 @@ noinst_PROGRAMS += test_connect_delay_tipc \
test_term_endpoint_tipc
endif
if
ON_LINUX
noinst_PROGRAMS
+=
test_abstract_ipc
endif
test_system_SOURCES
=
test_system.cpp
test_pair_inproc_SOURCES
=
test_pair_inproc.cpp testutil.hpp
test_pair_tcp_SOURCES
=
test_pair_tcp.cpp testutil.hpp
...
...
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