-
Lars Kanis authoredLars Kanis authored
TS_All.rb 163 B
require 'fox16'
require 'test/unit'
if __FILE__ == $0
$: << File.dirname(__FILE__)
Dir.glob("TC_*.rb").each do |testcase|
require "#{testcase}"
end
end
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
require 'fox16'
require 'test/unit'
if __FILE__ == $0
$: << File.dirname(__FILE__)
Dir.glob("TC_*.rb").each do |testcase|
require "#{testcase}"
end
end