summaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-21 19:42:03 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-21 19:42:03 (GMT)
commit2534ae201e47986d36d5fab0e523a7f046b8ec1e (patch)
tree70aacac236ddc0e5c5941b7c92970f9b3c743d57 /scons
parente5373af0cb9cae249e7bc618cae3483397332895 (diff)
downloadgoogletest-2534ae201e47986d36d5fab0e523a7f046b8ec1e.zip
googletest-2534ae201e47986d36d5fab0e523a7f046b8ec1e.tar.gz
googletest-2534ae201e47986d36d5fab0e523a7f046b8ec1e.tar.bz2
Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the scons script build in a deterministic order (by Zhanyong Wan).
Diffstat (limited to 'scons')
-rw-r--r--scons/SConstruct.common5
1 files changed, 0 insertions, 5 deletions
diff --git a/scons/SConstruct.common b/scons/SConstruct.common
index 193fab2..f849d72 100644
--- a/scons/SConstruct.common
+++ b/scons/SConstruct.common
@@ -155,11 +155,6 @@ class SConstructHelper:
'/OPT:NOICF',
]
)
- # Tell SCons to build depdendencies in random order (apart from the
- # actual dependency order). This helps ensure we don't introduce
- # build files that "accidentally" work sometimes (e.g. when you are
- # building some targets) and not other times.
- debug_env.SetOption('random', 1)
return debug_env
def MakeWinOptimizedEnvironment(self, base_environment, name):