Skip to content

Commit

Permalink
Added automated testing task
Browse files Browse the repository at this point in the history
  • Loading branch information
wadealcorn committed Jan 13, 2012
1 parent 8105315 commit 567087c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ task :all do
Rake::Task['msf'].invoke # run msf tests
end

desc "Run automated tests (for Jenkins)"
task :automated do
Rake::Task['unit'].invoke # run unit tests
Rake::Task['msf'].invoke # run msf tests
end

desc "Run integration unit tests"
task :integration => ["install"] do
Rake::Task['beef_start'].invoke
Expand Down

0 comments on commit 567087c

Please sign in to comment.