comparison: test/Makefile
test/Makefile
- changeset 108
- d2b1e67b2b48
- parent 106
- a54115d554f7
- child 121
- 311cac04d079
equal
deleted
inserted
replaced
31 SRC = main.c |
31 SRC = main.c |
32 SRC += list_tests.c |
32 SRC += list_tests.c |
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 += prop_tests.c |
36 SRC += string_tests.c |
37 SRC += string_tests.c |
37 SRC += logging_tests.c |
38 SRC += logging_tests.c |
38 SRC += buffer_tests.c |
39 SRC += buffer_tests.c |
39 |
40 |
40 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |
41 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |