summaryrefslogtreecommitdiff
path: root/opentox-client-short.rb
diff options
context:
space:
mode:
Diffstat (limited to 'opentox-client-short.rb')
-rw-r--r--opentox-client-short.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/opentox-client-short.rb b/opentox-client-short.rb
index e89ce5c..70c68ef 100644
--- a/opentox-client-short.rb
+++ b/opentox-client-short.rb
@@ -2,7 +2,9 @@ require 'minitest/autorun'
require 'openbabel'
all = Dir["test/*.rb"]
exclude = [
- "test/*setup.rb",
"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 }