| 38 #include "../public/nsapi.h" |
38 #include "../public/nsapi.h" |
| 39 #include "../util/plist.h" |
39 #include "../util/plist.h" |
| 40 #include "../util/date.h" |
40 #include "../util/date.h" |
| 41 #include "../daemon/vfs.h" |
41 #include "../daemon/vfs.h" |
| 42 #include "../safs/proxy.h" |
42 #include "../safs/proxy.h" |
| |
43 #include "../proxy/httpclient.h" |
| 43 |
44 |
| 44 #include "test.h" |
45 #include "test.h" |
| 45 |
46 |
| 46 #include "httpparser.h" |
47 #include "httpparser.h" |
| 47 #include "pblock.h" |
48 #include "pblock.h" |
| 193 cx_test_register(suite, test_webdav_put); |
194 cx_test_register(suite, test_webdav_put); |
| 194 |
195 |
| 195 // saf tests |
196 // saf tests |
| 196 http_reverse_proxy_add_tests(suite); |
197 http_reverse_proxy_add_tests(suite); |
| 197 |
198 |
| |
199 // http tests |
| |
200 http_client_add_tests(suite); |
| |
201 |
| 198 // plugin tests |
202 // plugin tests |
| 199 #ifdef ENABLE_POSTGRESQL |
203 #ifdef ENABLE_POSTGRESQL |
| 200 register_pg_tests(argc, argv, suite); |
204 register_pg_tests(argc, argv, suite); |
| 201 #endif |
205 #endif |
| 202 |
206 |