Problem: No multipart tests are begin run

Solution: Move ifdef
This commit is contained in:
Gudmundur Adalsteinsson 2019-11-09 12:40:02 +00:00
parent a34d2a3da9
commit 76e5fb04a9
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#ifdef ZMQ_CPP11
#include <catch.hpp>
#include <zmq_addon.hpp>
#ifdef ZMQ_CPP11
TEST_CASE("recv_multipart test", "[recv_multipart]")
{

View File

@ -1,8 +1,8 @@
#include <catch.hpp>
#include <zmq_addon.hpp>
#ifdef ZMQ_CPP11
#include <forward_list>
#include <catch.hpp>
#include <zmq_addon.hpp>
TEST_CASE("send_multipart test", "[send_multipart]")
{