summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGreg Studer <greg@10gen.com>2014-09-12 13:41:12 -0400
committerGreg Studer <greg@10gen.com>2014-09-15 19:05:15 -0400
commitfac5571f67e23a1339e20e0621bab0ba2a6b7163 (patch)
tree8a9691206676a8fac71c62fcc457961f0ab442e2 /SConstruct
parentf526e7e49b63644456b3bc29a4a4e33406ce4b88 (diff)
downloadmongo-fac5571f67e23a1339e20e0621bab0ba2a6b7163.tar.gz
SERVER-1424 (re)smoke tag parsing and new test library, v0
Includes: - Smoke.py options for filtering by jstest tags - New resmoke.py test utility in v0 alpha - Lots of example resmoke configurations - SCons integration for unittests - Sample tagged jstests
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 718206afc85..8977533d1a7 100644
--- a/SConstruct
+++ b/SConstruct
@@ -463,7 +463,7 @@ envDict = dict(BUILD_ROOT=buildDir,
ARCHIVE_ADDITIONS=[],
PYTHON=utils.find_python(),
SERVER_ARCHIVE='${SERVER_DIST_BASENAME}${DIST_ARCHIVE_SUFFIX}',
- tools=["default", "gch", "jsheader", "mergelib", "unittest"],
+ tools=["default", "gch", "jsheader", "mergelib", "mongo_unittest"],
UNITTEST_ALIAS='unittests',
# TODO: Move unittests.txt to $BUILD_DIR, but that requires
# changes to MCI.