summaryrefslogtreecommitdiff
path: root/opentox-client-all.rb
blob: 289b07a2ccf440eb9a08d4a9c709e6fe779859b2 (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"]
(all - exclude).each {|f| require_relative f }