tests/Makefile

changeset 1591
ef2f47fc5f0c
parent 1576
7e19168d49d1
--- a/tests/Makefile	Sat Dec 13 16:31:55 2025 +0100
+++ b/tests/Makefile	Sat Dec 13 16:41:10 2025 +0100
@@ -116,8 +116,7 @@
 	$(CC) -o $@ $(CFLAGS) -I../src -c $<
 
 $(TEST_DIR)/test_mempool$(OBJ_EXT): test_mempool.c ../src/cx/test.h \
- ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
- ../src/cx/mempool.h ../src/cx/allocator.h
+ ../src/cx/common.h ../src/cx/mempool.h ../src/cx/allocator.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -I../src -c $<
 

mercurial