Browse Source

Update tests/internal/build.bat

Jeroen van Rijn 2 năm trước cách đây
mục cha
commit
699cabeb1c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tests/internal/build.bat

+ 2 - 1
tests/internal/build.bat

@@ -1,2 +1,3 @@
 @echo off
-odin run test_map.odin -file -vet -strict-style -o:minimal -define:SEED=42
+set PATH_TO_ODIN==..\..\odin
+%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal -define:SEED=42