comparison: test/Makefile
test/Makefile
- branch
- dav-2
- changeset 881
- 64989511f6c3
- parent 879
- 255a5ef46400
- child 889
- 42cdbf9bbd49
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 += helper.c |
| 34 TEST_SRC += base64.c |
35 TEST_SRC += base64.c |
| 35 TEST_SRC += crypto.c |
36 TEST_SRC += crypto.c |
| 36 TEST_SRC += utils.c |
37 TEST_SRC += utils.c |
| |
38 TEST_SRC += test_resource.c |
| 37 |
39 |
| 38 TEST_SRC += test_finfo.c |
40 TEST_SRC += test_finfo.c |
| 39 |
41 |
| 40 |
42 |
| 41 TEST_OBJ = $(TEST_SRC:%.c=../build/test/%$(OBJ_EXT)) |
43 TEST_OBJ = $(TEST_SRC:%.c=../build/test/%$(OBJ_EXT)) |