diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-03-23 00:42:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 00:42:29 +0100 |
commit | eeba8d63f8ae051705fa1f999c1f75791bc34640 (patch) | |
tree | af05b650bea6fd4fe83f3ffdf7032871d2cf78cc /SConstruct | |
parent | 7acd62886de45cbccac63648963c9b0b16b825ab (diff) | |
parent | 6b4ff3b44b45ea2a78aa44adc50046e0750a2ae3 (diff) |
Merge pull request #44398 from RevoluPowered/unit-tests-for-export-templates
Add unit tests for export templates
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct index aa38e568b5..3edf81129b 100644 --- a/SConstruct +++ b/SConstruct @@ -302,10 +302,6 @@ if env_base["target"] == "debug": # http://scons.org/doc/production/HTML/scons-user/ch06s04.html env_base.SetOption("implicit_cache", 1) -if not env_base["tools"]: - # Export templates can't run unit test tool. - env_base["tests"] = False - if env_base["no_editor_splash"]: env_base.Append(CPPDEFINES=["NO_EDITOR_SPLASH"]) |