mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08: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 ()
|
||||
{
|
||||
#if !defined(ZMQ_HAVE_WINDOWS) && !defined(ZMQ_HAVE_OPENVMS)
|
||||
#if defined(ZMQ_HAVE_IPC)
|
||||
TEST_ASSERT_TRUE (zmq_has ("ipc"));
|
||||
#else
|
||||
TEST_ASSERT_TRUE (!zmq_has ("ipc"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user