1 2 3 4
echo off cd /D "%~dp0" odin run tests.odin -file -collection:src=../../src -out:tests.exe if %errorlevel% neq 0 exit /b 1