Revert conversion from lightweight test to Boost.Test.

[SVN r47545]
This commit is contained in:
Daniel James
2008-07-18 12:31:18 +00:00
parent 62226713a2
commit 4bb4957dc4
32 changed files with 228 additions and 229 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include "hash_float_test.hpp"
int test_main(int, char**)
int main()
{
std::cerr<<"Compiler: "<<BOOST_COMPILER<<"\n";
std::cerr<<"Platform: "<<BOOST_PLATFORM<<"\n";
@@ -14,5 +14,5 @@ int test_main(int, char**)
float_tests("float", (float*) 0);
float_tests("double", (double*) 0);
return 0;
return boost::report_errors();
}