mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Sane RCov file selection.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@277 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
parent
3fc1eb7688
commit
6b13b11397
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue