missing main?

release/4.3a0
Chris Beall 2012-08-28 15:38:22 +00:00
parent bf71e497cd
commit 820f632583
1 changed files with 4 additions and 0 deletions

View File

@ -32,3 +32,7 @@ TEST(dataSet, findExampleDataFile) {
boost::replace_all(actual_end, "\\", "/"); // Convert directory separators to forward-slash
EXPECT(assert_equal(expected_end, actual_end));
}
/* ************************************************************************* */
int main() { TestResult tr; return TestRegistry::runAllTests(tr); }
/* ************************************************************************* */