From 6b7e50ab3410542d341bd1dd1ec70123fc218ecc Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Tue, 18 Aug 2020 15:29:22 +0300 Subject: [PATCH] Move GDScript tests to respective folder under modules --- {tests => modules/gdscript/tests}/test_gdscript.cpp | 0 {tests => modules/gdscript/tests}/test_gdscript.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {tests => modules/gdscript/tests}/test_gdscript.cpp (100%) rename {tests => modules/gdscript/tests}/test_gdscript.h (100%) diff --git a/tests/test_gdscript.cpp b/modules/gdscript/tests/test_gdscript.cpp similarity index 100% rename from tests/test_gdscript.cpp rename to modules/gdscript/tests/test_gdscript.cpp diff --git a/tests/test_gdscript.h b/modules/gdscript/tests/test_gdscript.h similarity index 100% rename from tests/test_gdscript.h rename to modules/gdscript/tests/test_gdscript.h