tests/Makefile

changeset 1350
189756516eaa
parent 1319
aa1f580f8f59
equal deleted inserted replaced
1349:b1696d0d598b 1350:189756516eaa
29 test_szmul.c test_allocator.c \ 29 test_szmul.c test_allocator.c \
30 test_compare.c \ 30 test_compare.c \
31 test_string.c test_buffer.c \ 31 test_string.c test_buffer.c \
32 test_hash_key.c test_hash_map.c \ 32 test_hash_key.c test_hash_map.c \
33 test_iterator.c test_list.c test_tree.c \ 33 test_iterator.c test_list.c test_tree.c \
34 test_kv_list.c \
34 test_properties.c test_json.c \ 35 test_properties.c test_json.c \
35 test_printf.c test_streams.c \ 36 test_printf.c test_streams.c \
36 test_mempool.c \ 37 test_mempool.c \
37 ucxtest.c 38 ucxtest.c
38 39
94 ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h \ 95 ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h \
95 ../src/cx/compare.h 96 ../src/cx/compare.h
96 @echo "Compiling $<" 97 @echo "Compiling $<"
97 $(CC) -o $@ $(CFLAGS) -I../src -c $< 98 $(CC) -o $@ $(CFLAGS) -I../src -c $<
98 99
100 $(TEST_DIR)/test_kv_list$(OBJ_EXT): test_kv_list.c ../src/cx/test.h \
101 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
102 ../src/cx/kv_list.h ../src/cx/list.h ../src/cx/collection.h \
103 ../src/cx/allocator.h ../src/cx/iterator.h ../src/cx/compare.h \
104 ../src/cx/map.h ../src/cx/string.h ../src/cx/hash_key.h
105 @echo "Compiling $<"
106 $(CC) -o $@ $(CFLAGS) -I../src -c $<
107
99 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ 108 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \
100 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 109 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
101 ../src/cx/compare.h ../src/cx/array_list.h ../src/cx/list.h \ 110 ../src/cx/compare.h ../src/cx/array_list.h ../src/cx/list.h \
102 ../src/cx/collection.h ../src/cx/allocator.h ../src/cx/iterator.h \ 111 ../src/cx/collection.h ../src/cx/allocator.h ../src/cx/iterator.h \
103 ../src/cx/compare.h ../src/cx/linked_list.h 112 ../src/cx/compare.h ../src/cx/linked_list.h ../src/cx/kv_list.h \
113 ../src/cx/map.h ../src/cx/string.h ../src/cx/hash_key.h
104 @echo "Compiling $<" 114 @echo "Compiling $<"
105 $(CC) -o $@ $(CFLAGS) -I../src -c $< 115 $(CC) -o $@ $(CFLAGS) -I../src -c $<
106 116
107 $(TEST_DIR)/test_mempool$(OBJ_EXT): test_mempool.c ../src/cx/test.h \ 117 $(TEST_DIR)/test_mempool$(OBJ_EXT): test_mempool.c ../src/cx/test.h \
108 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 118 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \

mercurial