tests/Makefile

changeset 846
71f4e0a13bb0
parent 833
5c926801f052
equal deleted inserted replaced
845:2615317311b7 846:71f4e0a13bb0
103 ../src/cx/string.h ../src/cx/allocator.h 103 ../src/cx/string.h ../src/cx/allocator.h
104 @echo "Compiling $<" 104 @echo "Compiling $<"
105 $(CC) -o $@ $(CFLAGS) -c $< 105 $(CC) -o $@ $(CFLAGS) -c $<
106 106
107 $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \ 107 $(TEST_DIR)/test_tree$(OBJ_EXT): test_tree.c ../src/cx/tree.h \
108 ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h 108 ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h \
109 util_allocator.h ../src/cx/allocator.h
109 @echo "Compiling $<" 110 @echo "Compiling $<"
110 $(CC) -o $@ $(CFLAGS) -c $< 111 $(CC) -o $@ $(CFLAGS) -c $<
111 112
112 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \ 113 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \
113 ../src/cx/utils.h ../src/cx/common.h ../src/cx/buffer.h \ 114 ../src/cx/utils.h ../src/cx/common.h ../src/cx/buffer.h \

mercurial