Skip to content

Commit

Permalink
Add dependency lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed May 29, 2022
1 parent 8e335c9 commit 24411e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ task :validate => :compile do
lib << "socket"
end

if lib == ["minitest"]
lib << "mutex_m"
end

sh "#{ruby} #{rbs} #{lib.map {|l| "-r #{l}"}.join(" ")} validate --silent"
end
end
Expand Down

0 comments on commit 24411e2

Please sign in to comment.