]> WPIA git - cassiopeia.git/blob - test/src/sanity.cpp
Merge remote-tracking branch 'origin/libs/detectcoll/local'
[cassiopeia.git] / test / src / sanity.cpp
1 #define BOOST_TEST_NO_MAIN
2 #define BOOST_TEST_MODULE Cassiopeia
3
4 #include <boost/test/unit_test.hpp>
5
6 BOOST_AUTO_TEST_CASE( Foo ) {
7     BOOST_REQUIRE( true );
8 }