tests/Makefile

changeset 962
cd418898af5c
parent 959
0e1bf3c199bf
equal deleted inserted replaced
961:bc8b7c5f55fb 962:cd418898af5c
89 @echo "Compiling $<" 89 @echo "Compiling $<"
90 $(CC) -o $@ $(CFLAGS) -c $< 90 $(CC) -o $@ $(CFLAGS) -c $<
91 91
92 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \ 92 $(TEST_DIR)/test_list$(OBJ_EXT): test_list.c ../src/cx/test.h \
93 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 93 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
94 ../src/cx/compare.h ../src/cx/utils.h ../src/cx/array_list.h \ 94 ../src/cx/compare.h ../src/cx/array_list.h ../src/cx/list.h \
95 ../src/cx/list.h ../src/cx/collection.h ../src/cx/allocator.h \ 95 ../src/cx/collection.h ../src/cx/allocator.h ../src/cx/iterator.h \
96 ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/linked_list.h 96 ../src/cx/compare.h ../src/cx/linked_list.h
97 @echo "Compiling $<" 97 @echo "Compiling $<"
98 $(CC) -o $@ $(CFLAGS) -c $< 98 $(CC) -o $@ $(CFLAGS) -c $<
99 99
100 $(TEST_DIR)/test_mempool$(OBJ_EXT): test_mempool.c ../src/cx/test.h \ 100 $(TEST_DIR)/test_mempool$(OBJ_EXT): test_mempool.c ../src/cx/test.h \
101 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 101 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \

mercurial