cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

launch_harness.cmd (146B)


      1start /wait testharness.exe --config testsprite2_crashtest.config > testrun.log 2>&1
      2if %ERRORLEVEL% NEQ 0 echo TEST RUN FAILED (see testrun.log)