aboutsummaryrefslogtreecommitdiff
path: root/tests/internal/build.bat
blob: edaa2684bdfd2f14f7d03aea1f46613b176ae703 (plain)
1
2
3
4
5
6
7
8
9
@echo off
set PATH_TO_ODIN==..\..\odin
set COMMON=-file -vet -strict-style -o:minimal
%PATH_TO_ODIN% test test_rtti.odin %COMMON% || exit /b
%PATH_TO_ODIN% test test_map.odin  %COMMON% || exit /b
%PATH_TO_ODIN% test test_pow.odin  %COMMON% || exit /b
%PATH_TO_ODIN% test test_asan.odin %COMMON% || exit /b
%PATH_TO_ODIN% test test_128.odin  %COMMON% || exit /b
%PATH_TO_ODIN% test test_string_compare.odin %COMMON% || exit /b