11 lines
209 B
C++
11 lines
209 B
C++
#ifndef UNIT_TESTS_HDR
|
|
#define UNIT_TESTS_HDR
|
|
|
|
#define BOOST_TEST_NO_MAIN
|
|
#include <boost/test/unit_test.hpp>
|
|
|
|
#include "concordia/common/config.hpp"
|
|
#include "concordia/common/logging.hpp"
|
|
|
|
#endif
|