mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-19 04:33:28 +02:00
Problem: test file not correctly named
Solution: move and split example_add.cpp
This commit is contained in:
9
tests/socket.cpp
Normal file
9
tests/socket.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <gtest/gtest.h>
|
||||
#include <zmq.hpp>
|
||||
|
||||
TEST(socket, create_destroy)
|
||||
{
|
||||
zmq::context_t context;
|
||||
zmq::socket_t socket(context, ZMQ_ROUTER);
|
||||
}
|
||||
|
Reference in New Issue
Block a user