cppzmq/tests/example_add.cpp
Simon Giesecke 07b583a99a Problem: test not using cppzmq
Solution: add dependency on cppzmq
2018-03-29 18:46:04 +02:00

10 lines
113 B
C++

#include "gtest/gtest.h"
#include <zmq.hpp>
TEST(create_context, add)
{
zmq::context_t context;
}