Sign in
◑
Theme
apache
/
qpid-proton
/
refs/heads/cjansen-cpp-client
/
.
/
tests
/
ruby
/
proton-test
blob: cc35ab7cb262d839d3a468a5e20fe299fccbebd5 [
file
]
#!/usr/bin/env ruby
if
RUBY_VERSION
<
"1.9"
require
'rubygems'
end
gem
'minitest'
,
'= 4.7.0'
,
'< 5.0'
require
'test/unit'
require
'proton_tests/interop.rb'
require
'proton_tests/smoke.rb'