Codebase list ruby-fxruby / e0d51cbb-e718-4249-9d88-9ac77d2a88f9/upstream/1.6.45+git20230102.1.821f5a9 test / TS_All.rb
e0d51cbb-e718-4249-9d88-9ac77d2a88f9/upstream/1.6.45+git20230102.1.821f5a9

Tree @e0d51cbb-e718-4249-9d88-9ac77d2a88f9/upstream/1.6.45+git20230102.1.821f5a9 (Download .tar.gz)

TS_All.rb @e0d51cbb-e718-4249-9d88-9ac77d2a88f9/upstream/1.6.45+git20230102.1.821f5a9raw · 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