mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-28 16:15:23 +08:00
Merge pull request #1082 from dmeehan1968/exclude-test-abstract-ipc-non-linux
Exclude test_abstract_ipc from non-Linux builds
This commit is contained in:
commit
8c616290c8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user