Codebase list ruby-fxruby / d257dcbe-9b65-42aa-abfd-4b333409080e/upstream/1.6.45+git20221125.1.7d76b2a test / TS_All.rb
d257dcbe-9b65-42aa-abfd-4b333409080e/upstream/1.6.45+git20221125.1.7d76b2a

Tree @d257dcbe-9b65-42aa-abfd-4b333409080e/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

TS_All.rb @d257dcbe-9b65-42aa-abfd-4b333409080e/upstream/1.6.45+git20221125.1.7d76b2araw · history · blame

require 'fox16'
require 'test/unit'

if __FILE__ == $0
  testdir = File.expand_path("..", __FILE__)
  $: << testdir
  Dir.chdir(testdir) do
    Dir.glob("TC_*.rb").each do |testcase|
      require "#{testcase}"
    end
  end
end