Skip to content

Commit

Permalink
Update unitTesting.cpp
Browse files Browse the repository at this point in the history
return result from run_all_tests.
  • Loading branch information
marauder2k7 committed Aug 6, 2024
1 parent d574e1b commit 256d436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/source/testing/unitTesting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ int main(int argc, char** argv)
// run tests.
int res = RUN_ALL_TESTS();
StandardMainLoop::shutdown();
return 0;
return res;
}

DefineEngineFunction(addUnitTest, void, (const char* function), ,
Expand Down

0 comments on commit 256d436

Please sign in to comment.