Skip to content

Commit

Permalink
Bump up the latest version of CoreAssertions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 11, 2021
1 parent 55775db commit 046e645
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 83 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ if RUBY_ENGINE == "ruby" || RUBY_ENGINE == "truffleruby"
task :test => :compile
end

task :sync_tool do
require 'fileutils'
FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
end

task :default => :test

task "build" => "build:java"
Expand Down

0 comments on commit 046e645

Please sign in to comment.