summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorZack Hobson2009-08-23 20:36:42 -0700
committerZack Hobson2009-08-23 20:36:42 -0700
commitd98c7b2dc30e088fe56cc26e4f7723c4c7b18d24 (patch)
treef9b562bc187830657e6ac22be936f5af894cbba9 /Rakefile
parent0582befffbfffd65d14c295874c720fba8d08aca (diff)
downloadhcl-d98c7b2dc30e088fe56cc26e4f7723c4c7b18d24.tar.bz2
Started a test suite.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 94e447a..5674830 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,10 @@
+require 'rake/testtask'
+
+Rake::TestTask.new do |t|
+ t.libs << 'test'
+ t.test_files = FileList['test/*_test.rb']
+end
+
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|