Move and organize tests into subfolders
This commit is contained in:
parent
9f46ce8652
commit
99a282f631
63 changed files with 90 additions and 184 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue