--- a/tests/Makefile Thu Dec 05 01:51:47 2024 +0100 +++ b/tests/Makefile Thu Dec 05 01:54:12 2024 +0100 @@ -87,10 +87,11 @@ @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -I../src -c $< -$(TEST_DIR)/test_json$(OBJ_EXT): test_json.c ../src/cx/test.h \ - ../src/cx/common.h ../src/cx/json.h ../src/cx/string.h \ - ../src/cx/allocator.h ../src/cx/array_list.h ../src/cx/list.h \ - ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h +$(TEST_DIR)/test_json$(OBJ_EXT): test_json.c util_allocator.h \ + ../src/cx/allocator.h ../src/cx/common.h ../src/cx/test.h \ + ../src/cx/json.h ../src/cx/allocator.h ../src/cx/string.h \ + ../src/cx/array_list.h ../src/cx/list.h ../src/cx/collection.h \ + ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/mempool.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -I../src -c $<