Skip to content

Commit 28aecd9

Browse files
authored
Merge pull request #367 from gummif/gfa/no-tests
Problem: No multipart tests are begin run
2 parents a34d2a3 + 76e5fb0 commit 28aecd9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/recv_multipart.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#ifdef ZMQ_CPP11
2-
31
#include <catch.hpp>
42
#include <zmq_addon.hpp>
3+
#ifdef ZMQ_CPP11
54

65
TEST_CASE("recv_multipart test", "[recv_multipart]")
76
{

tests/send_multipart.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
#include <catch.hpp>
2+
#include <zmq_addon.hpp>
13
#ifdef ZMQ_CPP11
24

35
#include <forward_list>
4-
#include <catch.hpp>
5-
#include <zmq_addon.hpp>
66

77
TEST_CASE("send_multipart test", "[send_multipart]")
88
{

0 commit comments

Comments
 (0)