summaryrefslogtreecommitdiffstats
path: root/ext/autotest/Rakefile
blob: 86327c04bff34be3ef5e37a83969afaa28176cc4 (plain)
1
2
3
4
5
6
7
8
dest = File.expand_path("~/.autotest")
file dest => ["config", "Rakefile"] do
    sh "cp config #{dest}"
end

task :install => dest

task :default => :install