summaryrefslogtreecommitdiff
path: root/test/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-05-06 12:49:28 +0200
committerChristoph Helma <helma@in-silico.ch>2016-05-06 12:49:28 +0200
commit51f57e2858b60bed74ebcc97189b2188c900c283 (patch)
treea3be50b410e45fad3f33e956bb302c66e0370226 /test/all.rb
parentab7b37541b4f8a762be737009631d3eefd898b4a (diff)
dataset tests cleanup
Diffstat (limited to 'test/all.rb')
-rw-r--r--test/all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/all.rb b/test/all.rb
index eddf4e6..a10bcaa 100644
--- a/test/all.rb
+++ b/test/all.rb
@@ -1,5 +1,5 @@
# "./default_environment.rb" has to be executed separately
-exclude = ["./setup.rb","./all.rb", "./default_environment.rb"]
+exclude = ["./setup.rb","./all.rb", "./default_environment.rb","./nanoparticles.rb"]
(Dir[File.join(File.dirname(__FILE__),"*.rb")]-exclude).each do |test|
require_relative test
end