We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff37b3 commit a698306Copy full SHA for a698306
Rakefile
@@ -27,11 +27,4 @@ file "ext/date/zonetab.h" => "ext/date/zonetab.list" do |t|
27
hdr, chdir: dir)
28
end
29
30
-task :sync_tool do
31
- require 'fileutils'
32
- FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
33
- FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
34
- FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
35
-end
36
-
37
task :default => [:compile, :test]
rakelib/sync_tool.rake
@@ -0,0 +1,6 @@
1
+task :sync_tool do
2
+ require 'fileutils'
3
+ FileUtils.cp "../ruby/tool/lib/core_assertions.rb", "./test/lib"
4
+ FileUtils.cp "../ruby/tool/lib/envutil.rb", "./test/lib"
5
+ FileUtils.cp "../ruby/tool/lib/find_executable.rb", "./test/lib"
6
+end
0 commit comments