mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-05 00:35:32 +02:00
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;
|
|
|
|
|
|
}
|