diff options
Diffstat (limited to 'tools/odinfmt/tests.sh')
| -rwxr-xr-x | tools/odinfmt/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/odinfmt/tests.sh b/tools/odinfmt/tests.sh index d30d325..3036398 100755 --- a/tools/odinfmt/tests.sh +++ b/tools/odinfmt/tests.sh @@ -2,7 +2,7 @@ cd "${0%/*}" -odin run tests.odin -file -collection:shared=../../src -out:tests.exe +odin run tests.odin -file -collection:src=../../src -out:tests.exe if ([ $? -ne 0 ]) then |