diff -r 2615317311b7 -r 71f4e0a13bb0 tests/Makefile --- a/tests/Makefile Wed Mar 20 23:31:41 2024 +0100 +++ b/tests/Makefile Wed Mar 20 23:35:18 2024 +0100 @@ -105,7 +105,8 @@ $(CC) -o $@ $(CFLAGS) -c $< $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \ - ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h + ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h \ + util_allocator.h ../src/cx/allocator.h @echo "Compiling $<" $(CC) -o $@ $(CFLAGS) -c $<