src/server/test/main.c

changeset 704
778dcf4ad63c
parent 703
395c62fac7e5
child 705
30de3bfd0412
equal deleted inserted replaced
703:395c62fac7e5 704:778dcf4ad63c
72 72
73 int main(int argc, char **argv) { 73 int main(int argc, char **argv) {
74 pool_init(NULL, NULL, NULL); 74 pool_init(NULL, NULL, NULL);
75 pblock_init_default_keys(); 75 pblock_init_default_keys();
76 vfs_init(); 76 vfs_init();
77
78 http_client_tests_init();
77 79
78 //test(); 80 //test();
79 81
80 //printf("%s", "Webserver Test Suite\n====================\n\n"); 82 //printf("%s", "Webserver Test Suite\n====================\n\n");
81 83
220 222
221 // run tests 223 // run tests
222 cx_test_run_stdout(suite); 224 cx_test_run_stdout(suite);
223 fflush(stdout); 225 fflush(stdout);
224 226
227 http_client_tests_cleanup();
228
225 return EXIT_SUCCESS; 229 return EXIT_SUCCESS;
226 } 230 }
227 231

mercurial