comparison: test/Makefile
test/Makefile
- branch
- dav-2
- changeset 879
- 255a5ef46400
- parent 878
- 68ea3a0fe66f
- child 881
- 64989511f6c3
equal
deleted
inserted
replaced
| 29 include ../config.mk |
29 include ../config.mk |
| 30 |
30 |
| 31 include ../dav/obj.mk |
31 include ../dav/obj.mk |
| 32 |
32 |
| 33 TEST_SRC = main.c |
33 TEST_SRC = main.c |
| 34 TEST_SRC += test.c |
|
| 35 TEST_SRC += base64.c |
34 TEST_SRC += base64.c |
| 36 TEST_SRC += crypto.c |
35 TEST_SRC += crypto.c |
| 37 TEST_SRC += utils.c |
36 TEST_SRC += utils.c |
| 38 |
37 |
| 39 TEST_SRC += test_finfo.c |
38 TEST_SRC += test_finfo.c |