mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
b7e1ae7073
This commit also changes the name of `test_select` to `ODIN_TEST_NAMES`, to better conform with the already-existing `-test-name:<name>` option.
3 lines
113 B
Batchfile
3 lines
113 B
Batchfile
@echo off
|
|
odin test . -define:ODIN_TEST_TRACK_MEMORY=true -define:ODIN_TEST_PROGRESS_WIDTH=12 -vet -strict-style
|