--test
1 parent 37314d2 commit 274e0e6Copy full SHA for 274e0e6
1 file changed
main/main.h
@@ -93,12 +93,14 @@ class Main {
93
bool run_test = false; \
94
int return_code = Main::test_entrypoint(argc, argv, run_test); \
95
if (run_test) { \
96
+ godot_cleanup_profiler(); \
97
return return_code; \
98
}
99
100
#define TEST_MAIN_PARAM_OVERRIDE(argc, argv) \
101
102
103
104
105
106
0 commit comments