From bce9ccd0e759921932d2e47b31d9b8b43b631039 Mon Sep 17 00:00:00 2001 From: Richard Kreuter Date: Thu, 29 Jul 2010 13:42:12 -0400 Subject: [PATCH] Add a smokeReplSets target to SConstruct. --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index aed487e2363..f4ff773d5e1 100644 --- a/SConstruct +++ b/SConstruct @@ -1311,6 +1311,7 @@ if not onlyServer and not noshell: addSmoketest( "smokeJs", [add_exe("mongo")] ) addSmoketest( "smokeClone", [ "mongo", "mongod" ] ) addSmoketest( "smokeRepl", [ "mongo", "mongod", "mongobridge" ] ) + addSmoketest( "smokeReplSets", [ "mongo", "mongod", "mongobridge" ] ) addSmoketest( "smokeDisk", [ add_exe( "mongo" ), add_exe( "mongod" ) ] ) addSmoketest( "smokeAuth", [ add_exe( "mongo" ), add_exe( "mongod" ) ] ) addSmoketest( "smokeParallel", [ add_exe( "mongo" ), add_exe( "mongod" ) ] )