0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

Build "test" as part of "all".

This commit is contained in:
Andy Schwerin 2012-03-23 13:02:00 -04:00
parent 4b486084c0
commit a1f3bbaf6a

View File

@ -1200,4 +1200,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'])
env.Alias('all', ['core', 'tools', 'clientTests', 'test'])