diff -r 8ee818fa29f7 -r 81b2986d2b04 tests/Makefile --- a/tests/Makefile Tue Dec 10 00:09:55 2024 +0100 +++ b/tests/Makefile Tue Dec 10 00:19:45 2024 +0100 @@ -90,8 +90,9 @@ $(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 + ../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/mempool.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -I../src -c $<