Moving custom testing predicates to shared header

This commit is contained in:
Michael Tryby
2019-03-01 14:14:09 -05:00
parent b3a9701863
commit fca0df7a7b
6 changed files with 150 additions and 117 deletions

View File

@@ -17,11 +17,11 @@
#include <stdlib.h>
#endif
#define BOOST_TEST_MODULE hydqual
#include <boost/test/included/unit_test.hpp>
#include <boost/filesystem.hpp>
#include "test_fixtures.hpp"
#define BOOST_TEST_MODULE hydqual
#include "test_shared.hpp"
using namespace std;
using namespace boost;