tests/Makefile

changeset 846
71f4e0a13bb0
parent 833
5c926801f052
     1.1 --- a/tests/Makefile	Wed Mar 20 23:31:41 2024 +0100
     1.2 +++ b/tests/Makefile	Wed Mar 20 23:35:18 2024 +0100
     1.3 @@ -105,7 +105,8 @@
     1.4  	$(CC) -o $@ $(CFLAGS) -c $<
     1.5  
     1.6  $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \
     1.7 - ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h
     1.8 + ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h \
     1.9 + util_allocator.h ../src/cx/allocator.h
    1.10  	@echo "Compiling $<"
    1.11  	$(CC) -o $@ $(CFLAGS) -c $<
    1.12  

mercurial