Add test for RTTI

This commit is contained in:
Jeroen van Rijn
2023-10-30 13:06:45 +01:00
parent 8caae16113
commit 82cd30a145
4 changed files with 115 additions and 8 deletions
+4 -3
View File
@@ -1,4 +1,5 @@
@echo off
set PATH_TO_ODIN==..\..\odin
%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal || exit /b
@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