tests/Makefile

changeset 967
a58f602ed2fe
parent 962
cd418898af5c
--- a/tests/Makefile	Fri Nov 01 17:35:42 2024 +0100
+++ b/tests/Makefile	Fri Nov 01 18:16:32 2024 +0100
@@ -85,7 +85,8 @@
 
 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c ../src/cx/test.h \
  ../src/cx/common.h ../src/cx/json.h ../src/cx/string.h \
- ../src/cx/allocator.h
+ ../src/cx/allocator.h ../src/cx/array_list.h ../src/cx/list.h \
+ ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 

mercurial