cmdtest/Rakefile
2009-03-24 08:22:27 +00:00

12 lines
212 B
Ruby

desc "run regression tests"
task "test" do
sh "ruby -w run-regression.rb"
end
desc "generate HTML manual"
task "html" do
sh "rst2html.py -gds --stylesheet doc/rst.css doc/cmdtest.txt doc/cmdtest.html"
end