aboutsummaryrefslogtreecommitdiff
path: root/tools/odinfmt/tests.bat
blob: 217f899560db62c53b84ea98acd69655d61077b3 (plain)
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