summaryrefslogtreecommitdiff
path: root/opentox-client-all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'opentox-client-all.rb')
-rw-r--r--opentox-client-all.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/opentox-client-all.rb b/opentox-client-all.rb
index 5343820..289b07a 100644
--- a/opentox-client-all.rb
+++ b/opentox-client-all.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"]
(all - exclude).each {|f| require_relative f }