mosesdecoder/jam-files/empty_test_main.cc
2015-02-25 07:00:43 -05:00

9 lines
200 B
C++

/* 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