src/server/test/httpclient.h

changeset 704
778dcf4ad63c
parent 703
395c62fac7e5
child 705
30de3bfd0412
equal deleted inserted replaced
703:395c62fac7e5 704:778dcf4ad63c
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

mercurial