
# Basic JRuby unit tests

testRegexp.rb
testStringEval.rb
testHereDocument.rb
testClass.rb
testArray.rb
testVariableAndMethod.rb
testIf.rb
testLoops.rb
testMethods.rb
testGlobalVars.rb
testClasses.rb
testNumber.rb
testFloat.rb
testBlock.rb
testRange.rb
testString.rb
testException.rb
testException2.rb
testFile.rb
#testThread.rb
testMarshal.rb
##testBackquote.rb
# (isKindOf fixes) testHash.rb
testSymbol.rb
testPackUnpack.rb
testRandom.rb
testStruct.rb
testGC.rb
##testSocket.rb
# (isKindOf fixes) testJavaSupport.rb
testDir.rb
testVisibility.rb

# MRI Ruby tests (from sample/test.rb in Matz's Ruby Interpreter):

mri/testAssignment.rb
mri/testCondition.rb
mri/testCase.rb
mri/testIfUnless.rb
mri/testWhileUntil.rb
mri/testException.rb
mri/testArray.rb
mri/testHash.rb
mri/testIterator.rb
mri/testFloat.rb
mri/testBignum.rb
mri/testString.rb
mri/testAssignment2.rb
mri/testCall.rb
mri/testProc.rb
