sakharamg's picture
Uploading all files
158b61b
raw
history blame contribute delete
200 Bytes
/* 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