summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index dc3d4a8..edcffca 100644
--- a/Rakefile
+++ b/Rakefile
@@ -27,6 +27,8 @@ Hoe.spec 'psych' do
end
end
+Hoe.add_include_dirs('.')
+
task :test => :compile
# vim: syntax=ruby