tests/Makefile

changeset 1063
e453e717876e
parent 1050
3df63e95921a
equal deleted inserted replaced
1062:8baed9b38bc6 1063:e453e717876e
90 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c util_allocator.h \ 90 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c util_allocator.h \
91 ../src/cx/allocator.h ../src/cx/common.h ../src/cx/test.h \ 91 ../src/cx/allocator.h ../src/cx/common.h ../src/cx/test.h \
92 ../src/cx/json.h ../src/cx/allocator.h ../src/cx/string.h \ 92 ../src/cx/json.h ../src/cx/allocator.h ../src/cx/string.h \
93 ../src/cx/buffer.h ../src/cx/array_list.h ../src/cx/list.h \ 93 ../src/cx/buffer.h ../src/cx/array_list.h ../src/cx/list.h \
94 ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h \ 94 ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h \
95 ../src/cx/mempool.h 95 ../src/cx/compare.h
96 @echo "Compiling $<" 96 @echo "Compiling $<"
97 $(CC) -o $@ $(CFLAGS) -I../src -c $< 97 $(CC) -o $@ $(CFLAGS) -I../src -c $<
98 98
99 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ 99 $(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 \ 100 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
132 @echo "Compiling $<" 132 @echo "Compiling $<"
133 $(CC) -o $@ $(CFLAGS) -I../src -c $< 133 $(CC) -o $@ $(CFLAGS) -I../src -c $<
134 134
135 $(TEST_DIR)/test_string$(OBJ_EXT): test_string.c ../src/cx/test.h \ 135 $(TEST_DIR)/test_string$(OBJ_EXT): test_string.c ../src/cx/test.h \
136 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 136 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
137 ../src/cx/string.h ../src/cx/allocator.h 137 ../src/cx/string.h ../src/cx/allocator.h ../src/cx/compare.h
138 @echo "Compiling $<" 138 @echo "Compiling $<"
139 $(CC) -o $@ $(CFLAGS) -I../src -c $< 139 $(CC) -o $@ $(CFLAGS) -I../src -c $<
140 140
141 $(TEST_DIR)/test_szmul$(OBJ_EXT): test_szmul.c ../src/cx/test.h \ 141 $(TEST_DIR)/test_szmul$(OBJ_EXT): test_szmul.c ../src/cx/test.h \
142 ../src/cx/common.h ../src/szmul.c ../src/cx/common.h 142 ../src/cx/common.h ../src/szmul.c ../src/cx/common.h

mercurial