[vendor:glfw] Add test.

This commit is contained in:
Jeroen van Rijn
2021-11-10 19:15:10 +01:00
parent c4a2580dfd
commit c213274607
2 changed files with 51 additions and 1 deletions
+6 -1
View File
@@ -5,4 +5,9 @@ set PATH_TO_ODIN==..\..\odin
echo ---
echo Running vendor:botan tests
echo ---
%PATH_TO_ODIN% run botan %COMMON%
%PATH_TO_ODIN% run botan %COMMON%
echo ---
echo Running vendor:glfw tests
echo ---
%PATH_TO_ODIN% run glfw %COMMON%