tests/Makefile

changeset 846
71f4e0a13bb0
parent 833
5c926801f052
child 850
b2bc48c2b251
--- 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 $<
 

mercurial