summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f15a4fe..a49e07d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -49,6 +49,16 @@ task :test do
system 'ruby -w ./test/suite.rb'
end
+desc 'Test CodeRay with debugging'
+task :debug do
+ system 'ruby -w -d ./test/suite.rb'
+end
+
+desc 'Do a benchmark'
+task :bench do
+ system 'ruby -wIlib \bench\bench.rb ruby html 0'
+end
+
def gemspec
Gem::Specification.new do |s|
# Basic Information