comparison: test/Makefile
test/Makefile
- changeset 185
- a48428642b4e
- parent 177
- 11ad03783baf
- child 192
- 1e51558b9d09
equal
deleted
inserted
replaced
| 30 |
30 |
| 31 SRC = main.c |
31 SRC = main.c |
| 32 SRC += allocator_tests.c |
32 SRC += allocator_tests.c |
| 33 SRC += list_tests.c |
33 SRC += list_tests.c |
| 34 SRC += mpool_tests.c |
34 SRC += mpool_tests.c |
| |
35 SRC += stack_tests.c |
| 35 SRC += map_tests.c |
36 SRC += map_tests.c |
| 36 SRC += prop_tests.c |
37 SRC += prop_tests.c |
| 37 SRC += string_tests.c |
38 SRC += string_tests.c |
| 38 SRC += logging_tests.c |
39 SRC += logging_tests.c |
| 39 SRC += buffer_tests.c |
40 SRC += buffer_tests.c |