comparison: test/Makefile
test/Makefile
- changeset 56
- 76caac0da4a0
- parent 54
- f634f790661a
- child 60
- abae4669fba7
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 |
39 |
| 39 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |
40 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |
| 40 |
41 |
| 41 all: ../build/test1 |
42 all: ../build/test1 |
| 42 |
43 |