Browse Source

Enable in Makefile

Jeroen van Rijn 1 năm trước cách đây
mục cha
commit
23545c3f37
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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