From 99a282f6319d0c7642f589163b955a636610719a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 6 Nov 2021 16:05:33 -0500 Subject: Move and organize tests into subfolders --- tests/SCsub | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/SCsub') diff --git a/tests/SCsub b/tests/SCsub index 0f3c14f0bd..31466fffc1 100644 --- a/tests/SCsub +++ b/tests/SCsub @@ -22,6 +22,11 @@ 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) -- cgit v1.2.3