aboutsummaryrefslogtreecommitdiffstats
path: root/scons/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'scons/SConscript')
-rw-r--r--scons/SConscript1
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.