comparison: test/Makefile
test/Makefile
- changeset 164
- 1fa3f13f774c
- parent 156
- 6a4bd1f4c57e
- child 177
- 11ad03783baf
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 += allocator_tests.c |
32 SRC += list_tests.c |
33 SRC += list_tests.c |
33 SRC += mpool_tests.c |
34 SRC += mpool_tests.c |
34 SRC += map_tests.c |
35 SRC += map_tests.c |
35 SRC += prop_tests.c |
36 SRC += prop_tests.c |
36 SRC += string_tests.c |
37 SRC += string_tests.c |