File: Rakefile

package info (click to toggle)
ruby-test-unit-ruby-core 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: ruby: 1,049; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require "bundler/gem_tasks"

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