1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-29 19:24:27 +01:00

- caught up runner generator script tests

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@105 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mvandervoord
2010-11-26 22:27:37 +00:00
parent 780c17d017
commit 962ce941df
18 changed files with 546 additions and 276 deletions

View File

@@ -32,7 +32,7 @@ task :summary do
end
desc "Build and test Unity"
task :all => [:clean, :unit, :summary]
task :all => [:clean, :scripts, :unit, :summary]
task :default => [:clobber, :all]
task :ci => [:no_color, :default]
task :cruise => [:no_color, :default]