diff options
author | Dan Crosta <dcrosta@late.am> | 2012-01-23 14:06:09 -0800 |
---|---|---|
committer | Dan Crosta <dcrosta@late.am> | 2012-01-23 14:06:09 -0800 |
commit | be40a5eac197a86af64992153dcffe2072f65c89 (patch) | |
tree | e351d46628789989284c5150ce0b33e46361a357 /SConscript.smoke | |
parent | 75ce6fea6803afb1cb535589952012fa1b72041a (diff) | |
download | mongo-be40a5eac197a86af64992153dcffe2072f65c89.tar.gz |
BUILDBOT-84: add aggregation test suite
Diffstat (limited to 'SConscript.smoke')
-rw-r--r-- | SConscript.smoke | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConscript.smoke b/SConscript.smoke index 1a7f6196cde..28caa245ef9 100644 --- a/SConscript.smoke +++ b/SConscript.smoke @@ -71,6 +71,7 @@ if shellEnv is not None: addSmoketest( "smokeJsSlowWeekly", [add_exe("mongo")]) addSmoketest( "smokeQuota", [ add_exe("mongo") ] ) addSmoketest( "smokeTool", [ add_exe( "mongo" ), add_exe("mongod"), add_exe("mongos"), "tools" ] ) + addSmoketest( "smokeAggregation", [ add_exe( "mongo" ), add_exe( "mongod" ) ] ) # Note: although the test running logic has been moved to # buildscripts/smoke.py, the interface to running the tests has been |