| 33 |
33 |
| 34 #ifdef __cplusplus |
34 #ifdef __cplusplus |
| 35 extern "C" { |
35 extern "C" { |
| 36 #endif |
36 #endif |
| 37 |
37 |
| |
38 void http_client_tests_init(void); |
| |
39 void http_client_tests_cleanup(void); |
| |
40 |
| 38 CX_TEST(test_http_client_simple_get1); |
41 CX_TEST(test_http_client_simple_get1); |
| 39 CX_TEST(test_http_client_simple_get_line_io); |
42 CX_TEST(test_http_client_simple_get_line_io); |
| 40 CX_TEST(test_http_client_simple_get_small_blocksize); |
43 CX_TEST(test_http_client_simple_get_small_blocksize); |
| 41 CX_TEST(test_http_client_simple_get_1b_blocksize); |
44 CX_TEST(test_http_client_simple_get_1b_blocksize); |
| 42 |
45 |