File: ruby-tests.rb

package info (click to toggle)
rttool 1.0.3.0-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: ruby: 1,629; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (5)
1
2
3
4
require 'rbconfig' unless defined? RbConfig
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
system("#{ruby} -Ilib:test test/test-rt2html-lib.rb")
system("#{ruby} -Ilib:test test/test-rtparser.rb")