summaryrefslogtreecommitdiff
path: root/test/ALL-TESTS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ALL-TESTS.rb')
-rw-r--r--test/ALL-TESTS.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ALL-TESTS.rb b/test/ALL-TESTS.rb
new file mode 100644
index 0000000..4014cdc
--- /dev/null
+++ b/test/ALL-TESTS.rb
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+$:.unshift "../lib"
+
+Dir.chdir File.dirname(__FILE__)
+Dir["**/tc_*.rb"].each { |file| load file }