aboutsummaryrefslogtreecommitdiffstats
path: root/scons/SConscript
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-30 23:46:28 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-09-30 23:46:28 +0000
commitbd851333e89517762c91a3fef67cf25a6f1bd37a (patch)
tree9b23d718046f2e83236287dca1ad8a7c863a47e5 /scons/SConscript
parentf8b268ee86ca74bba3276352f1e7de53d1336c3e (diff)
downloadgoogletest-bd851333e89517762c91a3fef67cf25a6f1bd37a.tar.gz
googletest-bd851333e89517762c91a3fef67cf25a6f1bd37a.tar.bz2
googletest-bd851333e89517762c91a3fef67cf25a6f1bd37a.zip
Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original patch).
Enables death tests on minGW (by Vlad Losev).
Diffstat (limited to 'scons/SConscript')
-rw-r--r--scons/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/SConscript b/scons/SConscript
index f0d4fe43..51a7584b 100644
--- a/scons/SConscript
+++ b/scons/SConscript
@@ -372,6 +372,7 @@ GtestTest(env, 'gtest_xml_outfile2_test_', gtest_main)
GtestTest(env, 'gtest_xml_output_unittest_', gtest)
GtestTest(env, 'gtest-unittest-api_test', gtest)
GtestTest(env, 'gtest-listener_test', gtest)
+GtestTest(env, 'gtest_shuffle_test_', gtest)
############################################################
# Tests targets using custom environments.