diff --git a/tests/internal/Makefile b/tests/internal/Makefile index 83080140d..d17b9d012 100644 --- a/tests/internal/Makefile +++ b/tests/internal/Makefile @@ -1,6 +1,6 @@ ODIN=../../odin -all: rtti_test map_test pow_test 128_test asan_test +all: rtti_test map_test pow_test 128_test asan_test string_compare_test rtti_test: $(ODIN) run test_rtti.odin -file -vet -strict-style -o:minimal