tests/Makefile

changeset 1031
8a90552bba29
parent 1007
81b2986d2b04
equal deleted inserted replaced
1030:06091e067bee 1031:8a90552bba29
119 119
120 $(TEST_DIR)/test_properties$(OBJ_EXT): test_properties.c ../src/cx/test.h \ 120 $(TEST_DIR)/test_properties$(OBJ_EXT): test_properties.c ../src/cx/test.h \
121 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \ 121 ../src/cx/common.h util_allocator.h ../src/cx/allocator.h \
122 ../src/cx/properties.h ../src/cx/string.h ../src/cx/allocator.h \ 122 ../src/cx/properties.h ../src/cx/string.h ../src/cx/allocator.h \
123 ../src/cx/map.h ../src/cx/collection.h ../src/cx/iterator.h \ 123 ../src/cx/map.h ../src/cx/collection.h ../src/cx/iterator.h \
124 ../src/cx/compare.h ../src/cx/hash_key.h ../src/cx/array_list.h \ 124 ../src/cx/compare.h ../src/cx/hash_key.h ../src/cx/buffer.h \
125 ../src/cx/list.h ../src/cx/hash_map.h 125 ../src/cx/hash_map.h
126 @echo "Compiling $<" 126 @echo "Compiling $<"
127 $(CC) -o $@ $(CFLAGS) -I../src -c $< 127 $(CC) -o $@ $(CFLAGS) -I../src -c $<
128 128
129 $(TEST_DIR)/test_streams$(OBJ_EXT): test_streams.c ../src/cx/test.h \ 129 $(TEST_DIR)/test_streams$(OBJ_EXT): test_streams.c ../src/cx/test.h \
130 ../src/cx/common.h ../src/cx/streams.h ../src/cx/buffer.h \ 130 ../src/cx/common.h ../src/cx/streams.h ../src/cx/buffer.h \

mercurial