mosesdecoder/jam-files/empty_test_main.cc

9 lines
200 B
C++
Raw Normal View History

2015-02-25 15:00:43 +03:00
/* 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