Sha256: 4a3eeed430f0ce7a0952feade8be5cb5c8728a3f360eadfd164ad39f973b57ea

Contents?: true

Size: 327 Bytes

Versions: 14

Compression:

Stored size: 327 Bytes

Contents

#!/usr/bin/env ruby
#-*- Ruby -*-
debug_opt = '-d ' if $DEBUG or 'd' == ARGV[0]
for file in Dir.glob("test-*.rb")  do 
  puts "=" * 50
  puts "== running #{file}..."
  system("ruby #{file}");
end
if ARGV[0] == "really"
   system("(cd test && ruby #{debug_opt}runall)")
   system("(cd examples && ruby #{debug_opt}runall)")
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
debugger-1.2.4 test/runall
debugger-1.2.3 test/runall
debugger-1.2.2 test/runall
debugger-1.2.1 test/runall
debugger-1.2.0 test/runall
debugger-1.1.4 test/runall
debugger-1.1.3 test/runall
debugger-1.1.2 test/runall
debugger-1.1.1 test/runall
debugger-1.1.0 test/runall
debugger-1.0.1 test/runall
debugger-1.0.0 test/runall
debugger-1.0.0.rc2 test/runall
debugger-1.0.0.rc1 test/runall