summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGordon MacPherson <gordon@gordonite.tech>2020-12-15 16:10:56 +0000
committerGordon MacPherson <gordon@gordonite.tech>2021-03-22 18:57:08 +0000
commit6b4ff3b44b45ea2a78aa44adc50046e0750a2ae3 (patch)
tree2e20766a4ce849aa820013f165490f084ea527c3 /SConstruct
parent950dedbb6858458b5944523bf806e35eb4d6a5d8 (diff)
Add unit tests for export templates
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 0 insertions, 4 deletions
diff --git a/SConstruct b/SConstruct
index 2281b8a77f..affb95b026 100644
--- a/SConstruct
+++ b/SConstruct
@@ -288,10 +288,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"])