comparison: test/Makefile
test/Makefile
- changeset 122
- 540d99722f1f
- parent 121
- 311cac04d079
- child 142
- ee8cb27d8b8e
equal
deleted
inserted
replaced
| 27 # |
27 # |
| 28 |
28 |
| 29 include ../$(CONF).mk |
29 include ../$(CONF).mk |
| 30 |
30 |
| 31 SRC = main.c |
31 SRC = main.c |
| 32 SRC += dlist_tests.c |
32 SRC += list_tests.c |
| 33 SRC += mpool_tests.c |
33 SRC += mpool_tests.c |
| 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 |