mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-12-24 06:14:34 +01:00
Problem: no build/tests with DRAFT
Solution: added initial test case
This commit is contained in:
9
tests/poller.cpp
Normal file
9
tests/poller.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <zmq.hpp>
|
||||
|
||||
#if defined(ZMQ_CPP11) && defined(ZMQ_BUILD_DRAFT_API)
|
||||
TEST(poller, create_destroy)
|
||||
{
|
||||
zmq::poller_t context;
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user