Test string compare

To avoid regression of the bug fixed in f8581537e4.
This commit is contained in:
Jeroen van Rijn
2024-05-12 23:38:17 +02:00
parent f8581537e4
commit 55d21f4c2f
3 changed files with 99 additions and 3 deletions
+3
View File
@@ -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