summaryrefslogtreecommitdiff
path: root/rake_tasks
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2010-06-11 10:49:56 +0000
committermurphy <murphy@rubychan.de>2010-06-11 10:49:56 +0000
commite1fc595c0ef72537b2a01ff8591f83d4b077241e (patch)
tree981537d5d32ec989e603a976a9d00aef2762fb37 /rake_tasks
parent94d04c5dea0284d9ea35f558e8ed2a464f25edee (diff)
downloadcoderay-e1fc595c0ef72537b2a01ff8591f83d4b077241e.tar.gz
Added coderay executable tests.
Diffstat (limited to 'rake_tasks')
-rw-r--r--rake_tasks/test.rake7
1 files changed, 6 insertions, 1 deletions
diff --git a/rake_tasks/test.rake b/rake_tasks/test.rake
index 8f114a4..661c47b 100644
--- a/rake_tasks/test.rake
+++ b/rake_tasks/test.rake
@@ -76,7 +76,12 @@ namespace :test do
end
end
+ desc 'test the CodeRay executable'
+ task :exe do
+ ruby './test/executable/suite.rb'
+ end
+
end
-task :test => %w( test:functional test:scanners )
+task :test => %w( test:functional test:exe test:scanners )
task :samples => 'test:samples' \ No newline at end of file