summaryrefslogtreecommitdiff
path: root/test/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-06-01 12:46:03 +0200
committerChristoph Helma <helma@in-silico.ch>2016-06-01 12:46:03 +0200
commit458a2d753551ea607f2ed5efdd0ac0a02d55d673 (patch)
tree7059a346053fe07212a4bfed3e15ea0edc561bc2 /test/all.rb
parent65b69d4c35890a7a2d2992108f0cf4eb5202dd1b (diff)
all tests fixed
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 8e137b4..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