--- a/tests/Makefile Sun Dec 07 15:33:16 2025 +0100 +++ b/tests/Makefile Sun Dec 07 15:34:46 2025 +0100 @@ -94,7 +94,7 @@ ../src/cx/json.h ../src/cx/allocator.h ../src/cx/string.h \ ../src/cx/buffer.h ../src/cx/array_list.h ../src/cx/list.h \ ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h \ - ../src/cx/compare.h + ../src/cx/map.h ../src/cx/hash_key.h ../src/cx/compare.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -I../src -c $<