File: test

package info (click to toggle)
ruby-libxml 5.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,804 kB
  • sloc: xml: 18,263; ansic: 7,669; ruby: 5,809; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/env ruby

%w{test lib ext/libxml}.each{ |path| $LOAD_PATH.unshift(path) }

load './test/test_suite.rb'