summaryrefslogtreecommitdiff
path: root/rake_tasks
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-15 09:08:50 +0000
committermurphy <murphy@rubychan.de>2006-10-15 09:08:50 +0000
commite5088ab940621155554a2e9455b57614c6ff015b (patch)
tree2ff719674a7855c0de5153a0bc353058cb33df62 /rake_tasks
parent8f4daba117e5b3faf2d4678a3444c05ad946991e (diff)
downloadcoderay-e5088ab940621155554a2e9455b57614c6ff015b.tar.gz
Tests:
- improved coderay_suite.rb (random and shuffled tests, max parameter, scannerlang->lang, sorted test cases...) - changed html output extension to .actual.html to svn:ignore them - fixed some tests (deleted $Id$ etc.) - made XHTML testcase work Scanners: - fixed HTML, Delphi and Nitro scanners thanks to new tests Engine: - Tokens#fix and #fix! added (yet to be tested) - improved Scanner#raise_inspect a bit Converted more files to UNIX format (go away, stinkin' \r!)
Diffstat (limited to 'rake_tasks')
-rw-r--r--rake_tasks/benchmark.rake12
1 files changed, 6 insertions, 6 deletions
diff --git a/rake_tasks/benchmark.rake b/rake_tasks/benchmark.rake
index 73a34d9..c35c89d 100644
--- a/rake_tasks/benchmark.rake
+++ b/rake_tasks/benchmark.rake
@@ -1,6 +1,6 @@
-desc 'Do a benchmark'
-task :benchmark do
- system 'ruby -wIlib bench\bench.rb ruby html 0'
-end
-
-task :bench => :benchmark
+desc 'Do a benchmark'
+task :benchmark do
+ system 'ruby -wIlib bench\bench.rb ruby html 0'
+end
+
+task :bench => :benchmark