File: ruby-tests.rb

package info (click to toggle)
ruby-unf-ext 0.0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,556 kB
  • ctags: 189
  • sloc: cpp: 14,043; ruby: 79; makefile: 4
file content (3 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (6)
1
2
3
require 'rbconfig'
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
exec("#{ruby} -Itest test/test_unf_ext.rb")