From 6b4ff3b44b45ea2a78aa44adc50046e0750a2ae3 Mon Sep 17 00:00:00 2001 From: Gordon MacPherson Date: Tue, 15 Dec 2020 16:10:56 +0000 Subject: Add unit tests for export templates --- SConstruct | 4 ---- 1 file changed, 4 deletions(-) (limited to 'SConstruct') 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"]) -- cgit v1.2.3