summaryrefslogtreecommitdiff
path: root/opentox-client-short.rb
blob: 70c68ef3b8000fb4e4ae2cb659bce065751340d3 (plain)
1
2
3
4
5
6
7
8
9
10
require 'minitest/autorun'
require 'openbabel'
all = Dir["test/*.rb"]
exclude = [
  "test/lazarweb.rb",
  "test/*setup.rb",
  "test/aop-curl.rb",
  "test/aopweb.rb",
] + Dir["test/toxbank*.rb"] + Dir["test/*long.rb"]
(all - exclude).each {|f| require_relative f }