tests/Makefile

changeset 785
bb18daa62d5f
parent 782
74d777455e96
child 787
d0f02310aa47
     1.1 --- a/tests/Makefile	Sat Dec 30 15:21:16 2023 +0100
     1.2 +++ b/tests/Makefile	Sat Dec 30 18:48:25 2023 +0100
     1.3 @@ -28,7 +28,7 @@
     1.4  TEST_DIR=$(build_dir)/tests
     1.5  
     1.6  SRC = util_allocator.c test_utils.c test_hash_key.c test_allocator.c \
     1.7 -	test_string.c test_printf.c test_mempool.c ucxtest.c
     1.8 +	test_string.c test_printf.c test_mempool.c test_hash_map.c ucxtest.c
     1.9  
    1.10  OBJ_EXT=.o
    1.11  OBJ=$(SRC:%.c=$(TEST_DIR)/%$(OBJ_EXT))
    1.12 @@ -57,11 +57,11 @@
    1.13  	@echo "Compiling $<"
    1.14  	$(CC) -o $@ $(CFLAGS) -c $<
    1.15  
    1.16 -$(TEST_DIR)/test_map_generics$(OBJ_EXT): test_map_generics.c \
    1.17 - test_map_generics.h ../src/cx/map.h ../src/cx/common.h \
    1.18 - ../src/cx/collection.h ../src/cx/allocator.h ../src/cx/iterator.h \
    1.19 - ../src/cx/string.h ../src/cx/hash_key.h ../src/cx/hash_map.h \
    1.20 - ../src/cx/map.h
    1.21 +$(TEST_DIR)/test_hash_map$(OBJ_EXT): test_hash_map.c ../src/cx/test.h \
    1.22 + util_allocator.h ../src/cx/allocator.h ../src/cx/common.h \
    1.23 + ../src/cx/hash_map.h ../src/cx/map.h ../src/cx/collection.h \
    1.24 + ../src/cx/allocator.h ../src/cx/iterator.h ../src/cx/string.h \
    1.25 + ../src/cx/hash_key.h
    1.26  	@echo "Compiling $<"
    1.27  	$(CC) -o $@ $(CFLAGS) -c $<
    1.28  

mercurial