File size: 200 Bytes
158b61b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
/* Program to verify compilation against the unit test framework */

#define BOOST_TEST_MODULE EmptyTest
#include <boost/test/unit_test.hpp>

namespace {
BOOST_AUTO_TEST_CASE(Empty) {}
} // namespace