tests/Makefile

changeset 1576
7e19168d49d1
parent 1555
8972247f54e8
--- a/tests/Makefile	Thu Dec 11 23:47:46 2025 +0100
+++ b/tests/Makefile	Fri Dec 12 15:07:38 2025 +0100
@@ -60,7 +60,7 @@
 
 $(TEST_DIR)/test_buffer$(OBJ_EXT): test_buffer.c ../src/cx/test.h \
  ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
- ../src/cx/buffer.h ../src/cx/allocator.h
+ ../src/cx/buffer.h ../src/cx/allocator.h ../src/cx/string.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -I../src -c $<
 
@@ -139,7 +139,7 @@
 
 $(TEST_DIR)/test_streams$(OBJ_EXT): test_streams.c ../src/cx/test.h \
  ../src/cx/common.h ../src/cx/streams.h ../src/cx/buffer.h \
- ../src/cx/allocator.h
+ ../src/cx/allocator.h ../src/cx/string.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -I../src -c $<
 

mercurial