mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 08:34:00 +00:00
Problem: test_capabilities fails on Windows when IPC support is available
Solution: Fix ifdef for expectation of IPC support
This commit is contained in:
parent
76b7478290
commit
cf7e0fb066
@ -40,7 +40,7 @@ void tearDown ()
|
|||||||
|
|
||||||
void test_capabilities ()
|
void test_capabilities ()
|
||||||
{
|
{
|
||||||
#if !defined(ZMQ_HAVE_WINDOWS) && !defined(ZMQ_HAVE_OPENVMS)
|
#if defined(ZMQ_HAVE_IPC)
|
||||||
TEST_ASSERT_TRUE (zmq_has ("ipc"));
|
TEST_ASSERT_TRUE (zmq_has ("ipc"));
|
||||||
#else
|
#else
|
||||||
TEST_ASSERT_TRUE (!zmq_has ("ipc"));
|
TEST_ASSERT_TRUE (!zmq_has ("ipc"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user