File: ruby-tests.rb

package info (click to toggle)
ruby-pkg-config 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • sloc: ruby: 612; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (7)
1
2
3
4
require 'test/unit'
Dir.glob('test/test_*.rb').each do |f|
  require f
end