summaryrefslogtreecommitdiff
path: root/qpid/ruby/run-tests
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-03-07 17:13:02 +0000
committerRafael H. Schloming <rhs@apache.org>2007-03-07 17:13:02 +0000
commit838692e69a2ba3fbbd3f260629725602f2f4b966 (patch)
tree522613531c2a5b1d056eed8c4e7392ecb37240e7 /qpid/ruby/run-tests
parent82075c0d635f29e1698b7adaff54e519aa501086 (diff)
downloadqpid-python-838692e69a2ba3fbbd3f260629725602f2f4b966.tar.gz
added test harness, tests, and a few missing pieces of implementation
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@515652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/ruby/run-tests')
-rwxr-xr-xqpid/ruby/run-tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/ruby/run-tests b/qpid/ruby/run-tests
new file mode 100755
index 0000000000..b4c51a75ed
--- /dev/null
+++ b/qpid/ruby/run-tests
@@ -0,0 +1,4 @@
+#!/usr/bin/ruby
+
+require "tests/channel"
+require "tests/basic"