Files
Odin/tests/internal/build.bat
T
Jeroen van Rijn 82cd30a145 Add test for RTTI
2023-10-30 13:06:45 +01:00

5 lines
220 B
Batchfile

@echo off
set PATH_TO_ODIN==..\..\odin
%PATH_TO_ODIN% run test_rtti.odin -file -vet -strict-style -o:minimal || exit /b
%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal || exit /b
rem -define:SEED=42