tests/Makefile

changeset 1000
1aecddf7e209
parent 988
15b3ca7ee33f
child 1007
81b2986d2b04
equal deleted inserted replaced
999:84fc42b04d3b 1000:1aecddf7e209
85 $(TEST_DIR)/test_iterator$(OBJ_EXT): test_iterator.c ../src/cx/test.h \ 85 $(TEST_DIR)/test_iterator$(OBJ_EXT): test_iterator.c ../src/cx/test.h \
86 ../src/cx/common.h ../src/cx/iterator.h 86 ../src/cx/common.h ../src/cx/iterator.h
87 @echo "Compiling $<" 87 @echo "Compiling $<"
88 $(CC) -o $@ $(CFLAGS) -I../src -c $< 88 $(CC) -o $@ $(CFLAGS) -I../src -c $<
89 89
90 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c ../src/cx/test.h \ 90 $(TEST_DIR)/test_json$(OBJ_EXT): test_json.c util_allocator.h \
91 ../src/cx/common.h ../src/cx/json.h ../src/cx/string.h \ 91 ../src/cx/allocator.h ../src/cx/common.h ../src/cx/test.h \
92 ../src/cx/allocator.h ../src/cx/array_list.h ../src/cx/list.h \ 92 ../src/cx/json.h ../src/cx/allocator.h ../src/cx/string.h \
93 ../src/cx/collection.h ../src/cx/iterator.h ../src/cx/compare.h 93 ../src/cx/array_list.h ../src/cx/list.h ../src/cx/collection.h \
94 ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/mempool.h
94 @echo "Compiling $<" 95 @echo "Compiling $<"
95 $(CC) -o $@ $(CFLAGS) -I../src -c $< 96 $(CC) -o $@ $(CFLAGS) -I../src -c $<
96 97
97 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ 98 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \
98 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 99 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \

mercurial