From d1259372ea955c488efa37724fc74a55da28eefc Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Thu, 26 Mar 2009 23:33:30 +1100 Subject: Added rake ci:all task --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rakefile b/Rakefile index 34a60ea96..c698a414c 100644 --- a/Rakefile +++ b/Rakefile @@ -163,6 +163,9 @@ namespace :ci do ENV['CI_REPORTS'] = 'results' end + desc "Run all CI tests" + task :all => [:unit, :spec] + desc "Run CI Unit tests" task :unit => [:prep, 'ci:setup:testunit'] do sh "cd test; rake test; exit 0" -- cgit