summaryrefslogtreecommitdiff
path: root/tests/SCsub
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-04-07 09:57:44 +0200
committerGitHub <noreply@github.com>2022-04-07 09:57:44 +0200
commit9c6c71bbdc42c42a22bed9fd536da8929e9ad0ec (patch)
treed2c7767b7223411920b72bd9ed3aaf44224a08df /tests/SCsub
parenta49079947b7ffde28262cc4978cae9bbec24361b (diff)
parentc99a1af0fb7d03a0c0e5e18d0404fd900927237d (diff)
Merge pull request #59963 from akien-mga/remove-unused-legacy-tests
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)