mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Test string compare
To avoid regression of the bug fixed in f8581537e4.
This commit is contained in:
@@ -16,3 +16,6 @@ pow_test:
|
||||
|
||||
asan_test:
|
||||
$(ODIN) run test_asan.odin -file -sanitize:address -debug
|
||||
|
||||
string_compare_test:
|
||||
$(ODIN) run test_string_compare.odin -file -vet -strict-style -o:minimal
|
||||
Reference in New Issue
Block a user