comparison: test/Makefile
test/Makefile
- changeset 60
- abae4669fba7
- parent 56
- 76caac0da4a0
- child 69
- fb59270b1de3
equal
deleted
inserted
replaced
33 SRC += dlist_tests.c |
33 SRC += dlist_tests.c |
34 SRC += mpool_tests.c |
34 SRC += mpool_tests.c |
35 SRC += map_tests.c |
35 SRC += map_tests.c |
36 SRC += string_tests.c |
36 SRC += string_tests.c |
37 SRC += logging_tests.c |
37 SRC += logging_tests.c |
38 SRC += memstream_tests.c |
38 SRC += buffer_tests.c |
39 |
39 |
40 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |
40 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |
41 |
41 |
42 all: ../build/test1 |
42 all: ../build/test1 |
43 |
43 |