diff -r d4baf4dd55c3 -r fe0d69d72bcd tests/Makefile --- a/tests/Makefile Thu May 23 19:29:14 2024 +0200 +++ b/tests/Makefile Thu May 23 20:29:28 2024 +0200 @@ -73,8 +73,8 @@ $(TEST_DIR)/test_hash_map$(OBJ_EXT): test_hash_map.c ../src/cx/test.h \ util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \ ../src/cx/hash_map.h ../src/cx/map.h ../src/cx/collection.h \ - ../src/cx/allocator.h ../src/cx/iterator.h ../src/cx/string.h \ - ../src/cx/hash_key.h + ../src/cx/allocator.h ../src/cx/iterator.h ../src/cx/compare.h \ + ../src/cx/string.h ../src/cx/hash_key.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $< @@ -87,7 +87,7 @@ util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \ ../src/cx/compare.h ../src/cx/utils.h ../src/cx/array_list.h \ ../src/cx/list.h ../src/cx/collection.h ../src/cx/allocator.h \ - ../src/cx/iterator.h ../src/cx/linked_list.h + ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/linked_list.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<