Commit 8c616290 authored by Richard Newton's avatar Richard Newton

Merge pull request #1082 from dmeehan1968/exclude-test-abstract-ipc-non-linux

Exclude test_abstract_ipc from non-Linux builds
parents 34e8f3c1 a1f87379
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment