forked from boostorg/container_hash
Revert conversion from lightweight test to Boost.Test.
[SVN r47545]
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user