mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-08 14:03:14 +00:00
8 lines
245 B
Batchfile
8 lines
245 B
Batchfile
@echo off
|
|
set COMMON=-show-timings -no-bounds-check -vet -strict-style -define:ODIN_TEST_FANCY=false
|
|
set PATH_TO_ODIN==..\..\odin
|
|
|
|
echo ---
|
|
echo Running vendor:glfw tests
|
|
echo ---
|
|
%PATH_TO_ODIN% test glfw %COMMON% -out:vendor_glfw.exe || exit /b |