|
@@ -17,6 +17,8 @@ set COMMON=-define:ODIN_TEST_FANCY=false -file -vet -strict-style
|
|
|
..\..\..\odin test ..\test_issue_2666.odin %COMMON% || exit /b
|
|
|
..\..\..\odin test ..\test_issue_4210.odin %COMMON% || exit /b
|
|
|
..\..\..\odin test ..\test_issue_4584.odin %COMMON% || exit /b
|
|
|
+..\..\..\odin build ..\test_issue_5043.odin %COMMON% || exit /b
|
|
|
+..\..\..\odin build ..\test_issue_5097.odin %COMMON% || exit /b
|
|
|
|
|
|
@echo off
|
|
|
|