diff --git a/test/error_code_test.cpp b/test/error_code_test.cpp index 330ddf0..626690e 100644 --- a/test/error_code_test.cpp +++ b/test/error_code_test.cpp @@ -11,7 +11,7 @@ #include -#include +#include #include #include #include @@ -49,11 +49,11 @@ namespace } } -// test_main ---------------------------------------------------------------// +// main ------------------------------------------------------------------------------// // TODO: add hash_value tests -int test_main( int, char ** ) +int main( int, char ** ) { std::cout << "General tests...\n"; @@ -259,7 +259,7 @@ int test_main( int, char ** ) #endif - return 0; + return boost::test_framework::errors(); }