Skip to content

Commit

Permalink
Build "test" as part of "all".
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Schwerin committed Mar 23, 2012
1 parent 4b48608 commit a1f3bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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'])

0 comments on commit a1f3bba

Please sign in to comment.