Re-enable unit tests. They all pass.

This commit is contained in:
Barry Haddow 2013-09-14 17:15:41 +01:00
parent 6ea0bb1f61
commit 1a8a8fbb2d
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ BOOST_AUTO_TEST_CASE(vector_sum_diff)
BOOST_CHECK_CLOSE((FValue)diff[n3], -5.7, TOL);
BOOST_CHECK_CLOSE((FValue)diff[n4], -0.6, TOL);
f1 -= f3;
cerr << f1 << endl << f3 << endl ;
BOOST_CHECK_CLOSE((FValue)f1[n1],0,TOL);
}

View File

@ -74,5 +74,5 @@ alias headers-to-install : [ glob-tree *.h ] ;
import testing ;
#unit-test moses_test : [ glob *Test.cpp Mock*.cpp ] moses headers ..//z ../OnDiskPt//OnDiskPt ..//boost_unit_test_framework ;
unit-test moses_test : [ glob *Test.cpp Mock*.cpp ] moses headers ..//z ../OnDiskPt//OnDiskPt ..//boost_unit_test_framework ;