| 207 |
207 |
| 208 |
208 |
| 209 // http tests |
209 // http tests |
| 210 http_client_add_tests(suite); |
210 http_client_add_tests(suite); |
| 211 cx_test_register(suite, test_http_client_simple_get1); |
211 cx_test_register(suite, test_http_client_simple_get1); |
| |
212 cx_test_register(suite, test_http_client_simple_get_line_io); |
| |
213 cx_test_register(suite, test_http_client_simple_get_small_blocksize); |
| |
214 cx_test_register(suite, test_http_client_simple_get_1b_blocksize); |
| 212 |
215 |
| 213 // plugin tests |
216 // plugin tests |
| 214 #ifdef ENABLE_POSTGRESQL |
217 #ifdef ENABLE_POSTGRESQL |
| 215 register_pg_tests(argc, argv, suite); |
218 register_pg_tests(argc, argv, suite); |
| 216 #endif |
219 #endif |