summaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-03-06 20:05:23 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-03-06 20:05:23 (GMT)
commit40e72a8a837b47cbfe2e695068c1845073ab2630 (patch)
treece6c72890e27b3215259bedcf7ddb9e28eff4544 /scons
parent4984c93490eeeb7d3d1979b30a39a21cad07cba5 (diff)
downloadgoogletest-40e72a8a837b47cbfe2e695068c1845073ab2630.zip
googletest-40e72a8a837b47cbfe2e695068c1845073ab2630.tar.gz
googletest-40e72a8a837b47cbfe2e695068c1845073ab2630.tar.bz2
Implements --gtest_throw_on_failure for using gtest with other testing frameworks.
Diffstat (limited to 'scons')
-rw-r--r--scons/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/scons/SConscript b/scons/SConscript
index b7dafc7..8ca7fab 100644
--- a/scons/SConscript
+++ b/scons/SConscript
@@ -214,6 +214,8 @@ GtestBinary(env_with_exceptions,
# - gtest_break_on_failure_unittest_
# - gtest_filter_unittest_
# - gtest_list_tests_unittest_
+# - gtest_throw_on_failure_ex_test
+# - gtest_throw_on_failure_test_
# - gtest_xml_outfile1_test_
# - gtest_xml_outfile2_test_
# - gtest_xml_output_unittest_