summaryrefslogtreecommitdiff
path: root/tests/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SCsub')
-rw-r--r--tests/SCsub5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/SCsub b/tests/SCsub
index 25b06f2312..c59ce69b92 100644
--- a/tests/SCsub
+++ b/tests/SCsub
@@ -18,11 +18,6 @@ if env_tests["platform"] == "windows":
if env_tests.msvc:
env_tests.Append(CCFLAGS=["/bigobj"])
-env_tests.add_source_files(env.tests_sources, "core/*.cpp")
-env_tests.add_source_files(env.tests_sources, "core/math/*.cpp")
-env_tests.add_source_files(env.tests_sources, "core/templates/*.cpp")
-env_tests.add_source_files(env.tests_sources, "scene/*.cpp")
-env_tests.add_source_files(env.tests_sources, "servers/*.cpp")
env_tests.add_source_files(env.tests_sources, "*.cpp")
lib = env_tests.add_library("tests", env.tests_sources)