diff options
Diffstat (limited to 'scons')
-rw-r--r-- | scons/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scons/SConscript b/scons/SConscript index e8818286..29097c23 100644 --- a/scons/SConscript +++ b/scons/SConscript @@ -364,6 +364,8 @@ if env.get('GTEST_BUILD_SAMPLES', False): GtestSample(env, 'sample6_unittest') GtestSample(env, 'sample7_unittest') GtestSample(env, 'sample8_unittest') + GtestSample(env, 'sample9_unittest') + GtestSample(env, 'sample10_unittest') # These exports are used by Google Mock. gtest_exports = {'gtest': gtest, |