From 3895711dd88fbad592652c99409af30fa1ae04fc Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 23 Dec 2020 13:05:19 +0900 Subject: Added helper task for test suite sync --- Rakefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Rakefile b/Rakefile index de330b1..813a6d9 100644 --- a/Rakefile +++ b/Rakefile @@ -334,5 +334,12 @@ else task :release => :build end +task :sync_tool do + require 'fileutils' + FileUtils.cp "../../ruby/ruby/tool/lib/test/unit/core_assertions.rb", "./tests/lib" + FileUtils.cp "../../ruby//ruby/tool/lib/envutil.rb", "./tests/lib" + FileUtils.cp "../../ruby//ruby/tool/lib/find_executable.rb", "./tests/lib" +end + desc "Compile in the the source directory" task :default => [ :clean, :test ] -- cgit v1.2.1