summaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
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 e881828..29097c2 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,