diff options
author | Andy Schwerin <schwerin@10gen.com> | 2012-05-30 17:48:52 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@10gen.com> | 2012-06-04 13:08:27 -0400 |
commit | c04922ad14ebe43d99ba056b7b3ae79860b8cd91 (patch) | |
tree | 5057ff729113f61028ed4c94ae96c26796d49c92 /SConstruct | |
parent | 7cb8e1f11959d8cb45954fcb1cfe13cdc6caa169 (diff) | |
download | mongo-c04922ad14ebe43d99ba056b7b3ae79860b8cd91.tar.gz |
SERVER-5702: C++ unit test framework that can be compiled separately.
Includes a unit test of the unit test framework written in the unit test
framework, itself.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index b349f4e4166..5080ac6abca 100644 --- a/SConstruct +++ b/SConstruct @@ -1085,4 +1085,4 @@ def clean_old_dist_builds(env, target, source): env.Alias("dist_clean", [], [clean_old_dist_builds]) env.AlwaysBuild("dist_clean") -env.Alias('all', ['core', 'tools', 'clientTests', 'test']) +env.Alias('all', ['core', 'tools', 'clientTests', 'test', 'unittests']) |