#include "test.h" BOOST_AUTO_TEST_SUITE(Test) BOOST_AUTO_TEST_CASE(Test) { BOOST_REQUIRE(true); } BOOST_AUTO_TEST_SUITE_END()