libshit

Just some random shit
git clone https://git.neptards.moe/neptards/libshit.git
Log | Files | Refs | Submodules | README | LICENSE

ci_conf.test.rb (256B)


      1 require_relative 'linux'
      2 
      3 def get_test_cmdline
      4   [ "build/#{opt.executable_pattern % opt.test_executable}" ] + opt.test_args
      5 end
      6 
      7 test_step :test_native, cond: -> { !opt.is_cross } do
      8   Linux.clonens_wait do
      9     run opt.run_dir, get_test_cmdline
     10   end
     11 end