tests/Makefile

changeset 1529
a145f47cc0a7
parent 1448
0f0fe7311b76
equal deleted inserted replaced
1528:6a687a7caed8 1529:a145f47cc0a7
47 47
48 $(build_dir)/libucx_static.a: 48 $(build_dir)/libucx_static.a:
49 test -f "$@" 49 test -f "$@"
50 50
51 $(TEST_DIR): 51 $(TEST_DIR):
52 $(MKDIR) $@ 52 $(MKDIR) $@/
53 53
54 FORCE: 54 FORCE:
55 55
56 $(TEST_DIR)/test_allocator$(OBJ_EXT): test_allocator.c ../src/cx/test.h \ 56 $(TEST_DIR)/test_allocator$(OBJ_EXT): test_allocator.c ../src/cx/test.h \
57 ../src/cx/common.h ../src/cx/allocator.h 57 ../src/cx/common.h ../src/cx/allocator.h

mercurial