summaryrefslogtreecommitdiffstats
path: root/ext/autotest/Rakefile
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-05-13 16:09:28 -0500
committerLuke Kanies <luke@madstop.com>2008-05-13 16:09:28 -0500
commitc61fc0217fe8880216fe059ce54c4d0d61a78811 (patch)
tree1ccf25b5c48972f53428301764cf8b3e85c277d2 /ext/autotest/Rakefile
parent59b9958712d033bbd294ff6469ea3a242c45c82c (diff)
downloadpuppet-c61fc0217fe8880216fe059ce54c4d0d61a78811.tar.gz
puppet-c61fc0217fe8880216fe059ce54c4d0d61a78811.tar.xz
puppet-c61fc0217fe8880216fe059ce54c4d0d61a78811.zip
Adding autotest info to the ext/ directory.
Adding the autotest config, instructions, and a Rakefile that can install it.
Diffstat (limited to 'ext/autotest/Rakefile')
-rw-r--r--ext/autotest/Rakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/autotest/Rakefile b/ext/autotest/Rakefile
new file mode 100644
index 000000000..86327c04b
--- /dev/null
+++ b/ext/autotest/Rakefile
@@ -0,0 +1,8 @@
+dest = File.expand_path("~/.autotest")
+file dest => ["config", "Rakefile"] do
+ sh "cp config #{dest}"
+end
+
+task :install => dest
+
+task :default => :install