mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-17 11:05:06 +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;
|
|
|
|
|
|
}
|