tests/Makefile

changeset 854
fe0d69d72bcd
parent 850
b2bc48c2b251
     1.1 --- a/tests/Makefile	Thu May 23 19:29:14 2024 +0200
     1.2 +++ b/tests/Makefile	Thu May 23 20:29:28 2024 +0200
     1.3 @@ -73,8 +73,8 @@
     1.4  $(TEST_DIR)/test_hash_map$(OBJ_EXT): test_hash_map.c ../src/cx/test.h \
     1.5   util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \
     1.6   ../src/cx/hash_map.h ../src/cx/map.h ../src/cx/collection.h \
     1.7 - ../src/cx/allocator.h ../src/cx/iterator.h ../src/cx/string.h \
     1.8 - ../src/cx/hash_key.h
     1.9 + ../src/cx/allocator.h ../src/cx/iterator.h ../src/cx/compare.h \
    1.10 + ../src/cx/string.h ../src/cx/hash_key.h
    1.11  	@echo "Compiling $<"
    1.12  	$(CC) -o $@ $(CFLAGS) -c $<
    1.13  
    1.14 @@ -87,7 +87,7 @@
    1.15   util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \
    1.16   ../src/cx/compare.h ../src/cx/utils.h ../src/cx/array_list.h \
    1.17   ../src/cx/list.h ../src/cx/collection.h ../src/cx/allocator.h \
    1.18 - ../src/cx/iterator.h ../src/cx/linked_list.h
    1.19 + ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/linked_list.h
    1.20  	@echo "Compiling $<"
    1.21  	$(CC) -o $@ $(CFLAGS) -c $<
    1.22  

mercurial