comparison: test/Makefile
test/Makefile
- changeset 121
- 311cac04d079
- parent 108
- d2b1e67b2b48
- child 122
- 540d99722f1f
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 += list_tests.c |
|
| 33 SRC += dlist_tests.c |
32 SRC += dlist_tests.c |
| 34 SRC += mpool_tests.c |
33 SRC += mpool_tests.c |
| 35 SRC += map_tests.c |
34 SRC += map_tests.c |
| 36 SRC += prop_tests.c |
35 SRC += prop_tests.c |
| 37 SRC += string_tests.c |
36 SRC += string_tests.c |