concordia-library/tests/tests.hpp

8 lines
108 B
C++
Raw Normal View History

#ifndef TESTS_HDR
#define TESTS_HDR
#define BOOST_TEST_NO_MAIN
#include <boost/test/unit_test.hpp>
#endif