mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-20 21:08:37 +02:00
Merge pull request #367 from gummif/gfa/no-tests
Problem: No multipart tests are begin run
This commit is contained in:
commit
28aecd91fa
@ -1,7 +1,6 @@
|
|||||||
#ifdef ZMQ_CPP11
|
|
||||||
|
|
||||||
#include <catch.hpp>
|
#include <catch.hpp>
|
||||||
#include <zmq_addon.hpp>
|
#include <zmq_addon.hpp>
|
||||||
|
#ifdef ZMQ_CPP11
|
||||||
|
|
||||||
TEST_CASE("recv_multipart test", "[recv_multipart]")
|
TEST_CASE("recv_multipart test", "[recv_multipart]")
|
||||||
{
|
{
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
#include <catch.hpp>
|
||||||
|
#include <zmq_addon.hpp>
|
||||||
#ifdef ZMQ_CPP11
|
#ifdef ZMQ_CPP11
|
||||||
|
|
||||||
#include <forward_list>
|
#include <forward_list>
|
||||||
#include <catch.hpp>
|
|
||||||
#include <zmq_addon.hpp>
|
|
||||||
|
|
||||||
TEST_CASE("send_multipart test", "[send_multipart]")
|
TEST_CASE("send_multipart test", "[send_multipart]")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user