tests/Makefile

changeset 854
fe0d69d72bcd
parent 850
b2bc48c2b251
child 899
303a981e6834
--- a/tests/Makefile	Thu May 23 19:29:14 2024 +0200
+++ b/tests/Makefile	Thu May 23 20:29:28 2024 +0200
@@ -73,8 +73,8 @@
 $(TEST_DIR)/test_hash_map$(OBJ_EXT): test_hash_map.c ../src/cx/test.h \
  util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \
  ../src/cx/hash_map.h ../src/cx/map.h ../src/cx/collection.h \
- ../src/cx/allocator.h ../src/cx/iterator.h ../src/cx/string.h \
- ../src/cx/hash_key.h
+ ../src/cx/allocator.h ../src/cx/iterator.h ../src/cx/compare.h \
+ ../src/cx/string.h ../src/cx/hash_key.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 
@@ -87,7 +87,7 @@
  util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \
  ../src/cx/compare.h ../src/cx/utils.h ../src/cx/array_list.h \
  ../src/cx/list.h ../src/cx/collection.h ../src/cx/allocator.h \
- ../src/cx/iterator.h ../src/cx/linked_list.h
+ ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/linked_list.h
 	@echo "Compiling $<"
 	$(CC) -o $@ $(CFLAGS) -c $<
 

mercurial