mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
6132b2a3f0
git-svn-id: https://beef.googlecode.com/svn/trunk@1319 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
6 lines
115 B
Ruby
6 lines
115 B
Ruby
desc "Run unit tests"
|
|
task :unit_tests do
|
|
sh "cd test/unit/;ruby ts_beef.rb"
|
|
end
|
|
|
|
task :default => ["unit_tests"] |