diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-09-30 23:46:28 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-09-30 23:46:28 +0000 |
commit | bd851333e89517762c91a3fef67cf25a6f1bd37a (patch) | |
tree | 9b23d718046f2e83236287dca1ad8a7c863a47e5 /scons | |
parent | f8b268ee86ca74bba3276352f1e7de53d1336c3e (diff) | |
download | googletest-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')
-rw-r--r-- | scons/SConscript | 1 |
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. |