mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user