Change test runner options to SCREAMING_SNAKE_CASE

This commit also changes the name of `test_select` to `ODIN_TEST_NAMES`,
to better conform with the already-existing `-test-name:<name>` option.
This commit is contained in:
Feoramund
2024-06-02 14:47:07 -04:00
parent e11f3d2520
commit b7e1ae7073
4 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
@echo off
odin test . -define:test_track_memory=true -define:test_progress_width=12 -vet -strict-style
odin test . -define:ODIN_TEST_TRACK_MEMORY=true -define:ODIN_TEST_PROGRESS_WIDTH=12 -vet -strict-style