summaryrefslogtreecommitdiff
path: root/pkg/net-ssh-multi-1.1/test/test_all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/net-ssh-multi-1.1/test/test_all.rb')
-rw-r--r--pkg/net-ssh-multi-1.1/test/test_all.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/net-ssh-multi-1.1/test/test_all.rb b/pkg/net-ssh-multi-1.1/test/test_all.rb
new file mode 100644
index 0000000..cd10079
--- /dev/null
+++ b/pkg/net-ssh-multi-1.1/test/test_all.rb
@@ -0,0 +1,5 @@
+# $ ruby -Ilib -Itest -rrubygems test/test_all.rb
+# $ ruby -Ilib -Itest -rrubygems test/channel_test.rb
+Dir["#{File.dirname(__FILE__)}/**/*_test.rb"].each do |file|
+ load(file)
+end \ No newline at end of file