diff --git a/testing/src/main.cpp b/testing/src/main.cpp index 3d7a72e9..cdb7e7ff 100644 --- a/testing/src/main.cpp +++ b/testing/src/main.cpp @@ -55,4 +55,5 @@ int main(int argc, char** argv) _CrtSetReportMode(_CRT_ERROR, error_mode); _CrtSetReportMode(_CRT_ASSERT, assert_mode); #endif + return result; } \ No newline at end of file