summaryrefslogtreecommitdiff
path: root/test/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-08-13 18:57:11 +0200
committerChristoph Helma <helma@in-silico.ch>2015-08-13 18:57:11 +0200
commitd0850e2983a219da214a67190fe881c7650f532f (patch)
treea917334a1a70823dc979a27e453b2598e98c8027 /test/all.rb
parent6ab86c253ba0eb79b9e6a20effa2d18626accf2b (diff)
majority of tests working
Diffstat (limited to 'test/all.rb')
-rw-r--r--test/all.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/all.rb b/test/all.rb
new file mode 100644
index 0000000..2bb1c4f
--- /dev/null
+++ b/test/all.rb
@@ -0,0 +1,5 @@
+exclude = ["./setup.rb","./all.rb"]
+(Dir[File.join(File.dirname(__FILE__),"*.rb")]-exclude).each do |test|
+ p test
+ require_relative test
+end