summaryrefslogtreecommitdiff
path: root/SConscript.smoke
diff options
context:
space:
mode:
authorScott Hernandez <scotthernandez@gmail.com>2014-03-26 11:08:45 -0400
committerScott Hernandez <scotthernandez@gmail.com>2014-03-26 12:12:41 -0400
commit01a5355e051de90c93a5f1784c05ed314c797c7a (patch)
tree4c3995018b7d797b9e63e2960c99ae6216690283 /SConscript.smoke
parent2d1f1b7c5e6a42a503dacee442ec8ebaa11a9ead (diff)
downloadmongo-01a5355e051de90c93a5f1784c05ed314c797c7a.tar.gz
SERVER-13297: enable core suite for commands and add scons smokeJsCore test
Diffstat (limited to 'SConscript.smoke')
-rw-r--r--SConscript.smoke1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConscript.smoke b/SConscript.smoke
index 723fcc25a48..d8615daf4ef 100644
--- a/SConscript.smoke
+++ b/SConscript.smoke
@@ -76,6 +76,7 @@ addSmokeSuite( "smokeModuleTests", "$MODULETEST_LIST" )
# These tests require the mongo shell
if shellEnv is not None:
addSmoketest( "smokeJs", [add_exe("mongo"), add_exe("mongod")] )
+ addSmoketest( "smokeJsCore", [add_exe("mongo"), add_exe("mongod")] )
addSmoketest( "smokeClone", [ add_exe("mongo"), add_exe("mongod") ] )
addSmoketest( "smokeRepl", [ add_exe("mongo"), add_exe("mongod"), add_exe("mongobridge") ] )
addSmoketest( "smokeReplSets", [ add_exe("mongo"), add_exe("mongod"), add_exe("mongobridge") ] )