Sane RCov file selection.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@277 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-01-03 08:45:59 +00:00
parent 3fc1eb7688
commit 6b13b11397
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ unless ARGV[0] == 'benchmark'
Rcov::RcovTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/**/*_test.rb']
t.rcov_opts << '-x' << '"^\/"'
if ENV['NON_NATIVE']
t.rcov_opts << "--no-rcovrt"
end