Welcome to mirror list, hosted at ThFree Co, Russian Federation.

empty_test_main.cc « jam-files - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3971f820a3aae1312ddb353d44d85e9ae6ba0f8 (plain)
1
2
3
4
5
6
7
8
/* 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