aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-11-12 17:36:20 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-11-12 17:36:20 +0100
commit699cabeb1cff9334759d8f936c0a2b0e0a49369c (patch)
tree7063d72a13215d58e12424aa48d9d79fb2504f3c /tests
parent7207f4b0c5e7c171f3fdec19e13db651001bc0a3 (diff)
Update tests/internal/build.bat
Diffstat (limited to 'tests')
-rw-r--r--tests/internal/build.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/internal/build.bat b/tests/internal/build.bat
index 45e1acc72..d747ebfef 100644
--- a/tests/internal/build.bat
+++ b/tests/internal/build.bat
@@ -1,2 +1,3 @@
@echo off
-odin run test_map.odin -file -vet -strict-style -o:minimal -define:SEED=42 \ No newline at end of file
+set PATH_TO_ODIN==..\..\odin
+%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal -define:SEED=42 \ No newline at end of file