comparison: test/Makefile
test/Makefile
- changeset 142
- ee8cb27d8b8e
- parent 122
- 540d99722f1f
- child 152
- 3238f65db163
equal
deleted
inserted
replaced
34 SRC += map_tests.c |
34 SRC += map_tests.c |
35 SRC += prop_tests.c |
35 SRC += prop_tests.c |
36 SRC += string_tests.c |
36 SRC += string_tests.c |
37 SRC += logging_tests.c |
37 SRC += logging_tests.c |
38 SRC += buffer_tests.c |
38 SRC += buffer_tests.c |
|
39 SRC += utils_tests.c |
39 |
40 |
40 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |
41 OBJ = $(SRC:%.c=../build/%.$(OBJ_EXT)) |
41 |
42 |
42 all: ../build/test1 |
43 all: ../build/test1 |
43 |
44 |