tests/Makefile

changeset 1319
aa1f580f8f59
parent 1063
e453e717876e
--- a/tests/Makefile	Thu May 15 16:02:54 2025 +0200
+++ b/tests/Makefile	Thu May 15 16:12:09 2025 +0200
@@ -150,8 +150,9 @@
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -I../src -c $<
 
-$(TEST_DIR)/ucxtest$(OBJ_EXT): ucxtest.c ../src/cx/common.h \
- ../src/cx/test.h ../src/cx/common.h
+$(TEST_DIR)/ucxtest$(OBJ_EXT): ucxtest.c util_allocator.h \
+ ../src/cx/allocator.h ../src/cx/common.h ../src/cx/common.h \
+ ../src/cx/test.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -I../src -c $<
 

mercurial