summaryrefslogtreecommitdiff
path: root/opentox-client-short.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-07-04 16:46:02 +0200
committerChristoph Helma <helma@in-silico.ch>2013-07-04 16:46:02 +0200
commit7b674549ce4246df5a259d839cc7d9b9a23881ee (patch)
treed088a9f16f72541e69e4001db48100d55cac2e39 /opentox-client-short.rb
parent4c029b4953435a834b384e9596093cadcc83c49d (diff)
*long tests exlcuded from opentox-client-short.rb
Diffstat (limited to 'opentox-client-short.rb')
-rw-r--r--opentox-client-short.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/opentox-client-short.rb b/opentox-client-short.rb
index b18ed18..e37da7d 100644
--- a/opentox-client-short.rb
+++ b/opentox-client-short.rb
@@ -3,10 +3,7 @@ require 'openbabel'
all = Dir["test/*.rb"]
exclude = [
"test/setup.rb",
- "test/lazar-extended.rb",
- "test/validation-long.rb",
- "test/dataset-large.rb",
"test/lazarweb.rb",
"test/pc-lazar.rb",
-] + Dir["test/toxbank*.rb"]
+] + Dir["test/toxbank*.rb"] + Dir["test/*long.rb"]
(all - exclude).each {|f| require_relative f }