Browse Source

Enable in Makefile

Jeroen van Rijn 1 year ago
parent
commit
23545c3f37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/internal/Makefile

+ 1 - 1
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