File: test-all.rb

package info (click to toggle)
ruby-htree 0.8%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: ruby: 5,928; makefile: 23
file content (5 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (4)
1
2
3
4
5
$VERBOSE = true

Dir.glob('./test/test-*.rb') {|filename|
  load filename
}