summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/test_gdscript.h
diff options
context:
space:
mode:
authorAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2020-08-18 17:24:45 +0300
committerAndrii Doroshenko (Xrayez) <xrayez@gmail.com>2020-09-02 01:43:26 +0300
commit0cc05c5a31b6c6d3db76b5982f3f36919e137500 (patch)
tree7fa6a781b2ecd61ae3bc4372d7c12129ba13eba5 /modules/gdscript/tests/test_gdscript.h
parent6b7e50ab3410542d341bd1dd1ec70123fc218ecc (diff)
Register GDScript test tools as test commands to run via command-line
Diffstat (limited to 'modules/gdscript/tests/test_gdscript.h')
-rw-r--r--modules/gdscript/tests/test_gdscript.h5
1 files changed, 2 insertions, 3 deletions
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