summaryrefslogtreecommitdiff
path: root/test/NodeOps.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-11-15 13:48:58 -0700
committerMats Wichmann <mats@linux.com>2022-11-15 13:48:58 -0700
commitbd7e9a16111b1e43feee2a0d1b18107614f5d356 (patch)
treeb3cd25b2e410c00f33f4cf712394bd449d86e59f /test/NodeOps.py
parentc21da00734d2f7d3766a329154bb4a5dee47dbaa (diff)
downloadscons-git-bd7e9a16111b1e43feee2a0d1b18107614f5d356.tar.gz
Speed up a few tests for CI
A collection of tests known to be among the slower ones to run on Windows got the addition of DefaultEnvironment(tools=[]) calls in an attempt to speed things up a bit. The is no test strategy change. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/NodeOps.py')
-rw-r--r--test/NodeOps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/NodeOps.py b/test/NodeOps.py
index a5300f1f9..a2db429db 100644
--- a/test/NodeOps.py
+++ b/test/NodeOps.py
@@ -50,6 +50,7 @@ test = TestSCons.TestSCons()
test.subdir('bld', 'src', ['src', 'subsrcdir'])
sconstruct = r"""
+DefaultEnvironment(tools=[]) # test speedup
foo = Environment(SHOBJPREFIX='', WINDOWS_INSERT_DEF=1)
foo.Append(SHCXXFLAGS = '-DFOO')
bar = Environment(SHOBJPREFIX='', WINDOWS_INSERT_DEF=1)