Skip to content

Commit

Permalink
sync_tool is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 9, 2023
1 parent a17c245 commit 6e275de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ else
task :compile => 'lib/racc/parser-text.rb'
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 :build => "lib/racc/parser-text.rb"

task :test => :compile

0 comments on commit 6e275de

Please sign in to comment.