You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libshit/tools/ci_conf.test.rb

12 lines
256 B
Ruby

require_relative 'linux'
def get_test_cmdline
[ "build/#{opt.executable_pattern % opt.test_executable}" ] + opt.test_args
end
test_step :test_native, cond: -> { !opt.is_cross } do
Linux.clonens_wait do
run opt.run_dir, get_test_cmdline
end
end