tests/Makefile

changeset 833
5c926801f052
parent 816
425234b05dff
child 846
71f4e0a13bb0
equal deleted inserted replaced
832:97df2e4c68fb 833:5c926801f052
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/test.h 108 ../src/cx/common.h ../src/cx/iterator.h ../src/cx/test.h
109 @echo "Compiling $<" 109 @echo "Compiling $<"
110 $(CC) -o $@ $(CFLAGS) -c $< 110 $(CC) -o $@ $(CFLAGS) -c $<
111 111
112 $(TEST_DIR)/test_utils$(OBJ_EXT): test_utils.c ../src/cx/test.h \ 112 $(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 \ 113 ../src/cx/utils.h ../src/cx/common.h ../src/cx/buffer.h \

mercurial