mirror of
https://github.com/zeromq/cppzmq.git
synced 2024-12-12 18:40:28 +01:00
07b583a99a
Solution: add dependency on cppzmq
10 lines
113 B
C++
10 lines
113 B
C++
#include "gtest/gtest.h"
|
|
#include <zmq.hpp>
|
|
|
|
TEST(create_context, add)
|
|
{
|
|
zmq::context_t context;
|
|
|
|
|
|
}
|