Added missing main function

release/4.3a0
Richard Roberts 2012-10-08 23:03:02 +00:00
parent 34fda99f30
commit 3218a7bca4
1 changed files with 5 additions and 1 deletions

View File

@ -320,3 +320,7 @@ TEST_UNSAFE(BayesTree, simpleMarginal)
EXPECT(assert_equal(expected, actual)); EXPECT(assert_equal(expected, actual));
} }
/* ************************************************************************* */
int main() { TestResult tr; return TestRegistry::runAllTests(tr);}
/* ************************************************************************* */