mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 09:54:45 +00:00
This is infrequently maintained, and has been a strict subset of what is available in `core:crypto` for a while. Instead of improving the bindings, it is better to spend resources improving `core:crypto`.
8 lines
214 B
Batchfile
8 lines
214 B
Batchfile
@echo off
|
|
set COMMON=-show-timings -no-bounds-check -vet -strict-style
|
|
set PATH_TO_ODIN==..\..\odin
|
|
|
|
echo ---
|
|
echo Running vendor:glfw tests
|
|
echo ---
|
|
%PATH_TO_ODIN% run glfw %COMMON% -out:vendor_glfw.exe || exit /b |