add missing dependencies for test_properties.o

Sat, 19 Oct 2024 16:28:15 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 19 Oct 2024 16:28:15 +0200
changeset 936
9b9385fcdfd5
parent 935
312fb24c14de
child 937
10123f4d5618

add missing dependencies for test_properties.o

tests/Makefile file | annotate | diff | comparison | revisions
--- a/tests/Makefile	Sat Oct 19 14:24:26 2024 +0200
+++ b/tests/Makefile	Sat Oct 19 16:28:15 2024 +0200
@@ -105,9 +105,11 @@
 	$(CC) -o $@ $(CFLAGS) -c $<
 
 $(TEST_DIR)/test_properties$(OBJ_EXT): test_properties.c ../src/cx/test.h \
- ../src/cx/properties.h ../src/cx/common.h ../src/cx/string.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
+ util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \
+ ../src/cx/properties.h ../src/cx/string.h ../src/cx/allocator.h \
+ ../src/cx/map.h ../src/cx/collection.h ../src/cx/iterator.h \
+ ../src/cx/compare.h ../src/cx/hash_key.h ../src/cx/array_list.h \
+ ../src/cx/list.h ../src/cx/hash_map.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 

mercurial