fix test target

This commit is contained in:
Doug MacEachern 2010-01-17 18:59:38 -08:00
parent ef0dba2c4c
commit b24274941e
1 changed files with 3 additions and 2 deletions

View File

@ -72,11 +72,12 @@ task :build do
end
Rake::TestTask.new do |t|
in_ext()
t.pattern = 'test/*_test.rb'
end
task :test => [:build]
task :test => [:build] do
in_ext()
end
desc 'Clean sigar extension'
task :clean do