Rename 'src' -> 'gram' in imports

This commit is contained in:
Riyyi
2026-08-27 23:18:29 +02:00
parent 0219d56dc2
commit 1d492cb0d7
8 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
mkdir -p build
odin test tests/ -collection:src=src -out:build/tests.bin \
odin test tests/ -collection:gram=src -out:build/tests.bin \
-define:ODIN_TEST_CLIPBOARD=true \
-define:ODIN_TEST_THREADS=0 \
-define:ODIN_TEST_TRACK_MEMORY=false \