From c12f63214e9b7761d27e68353e4aaf1761c9cf88 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 7 Apr 2009 21:03:22 +0000 Subject: Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan). --- scons/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scons') diff --git a/scons/SConscript b/scons/SConscript index 91bf985b..6a7cc137 100644 --- a/scons/SConscript +++ b/scons/SConscript @@ -273,6 +273,8 @@ if env.get('GTEST_BUILD_SAMPLES', False): GtestSample(env, 'sample2_unittest', gtest_main, additional_sources=['../samples/sample2.cc']) GtestSample(env, 'sample3_unittest', gtest_main) + GtestSample(env, 'sample4_unittest', gtest_main, + additional_sources=['../samples/sample4.cc']) GtestSample(env, 'sample5_unittest', gtest_main, additional_sources=[sample1_obj]) GtestSample(env, 'sample6_unittest', gtest_main) -- cgit v1.2.3