From 0cc05c5a31b6c6d3db76b5982f3f36919e137500 Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Tue, 18 Aug 2020 17:24:45 +0300 Subject: Register GDScript test tools as test commands to run via command-line --- modules/gdscript/tests/test_gdscript.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/gdscript/tests/test_gdscript.h') diff --git a/modules/gdscript/tests/test_gdscript.h b/modules/gdscript/tests/test_gdscript.h index 6595da1430..5aa962dcf8 100644 --- a/modules/gdscript/tests/test_gdscript.h +++ b/modules/gdscript/tests/test_gdscript.h @@ -31,8 +31,6 @@ #ifndef TEST_GDSCRIPT_H #define TEST_GDSCRIPT_H -#include "core/os/main_loop.h" - namespace TestGDScript { enum TestType { @@ -42,7 +40,8 @@ enum TestType { TEST_BYTECODE, }; -MainLoop *test(TestType p_type); +void test(TestType p_type); + } // namespace TestGDScript #endif // TEST_GDSCRIPT_H -- cgit v1.2.3