コード例 #1
0
ファイル: public_server.c プロジェクト: jmucchiello/civetweb
void main(void)
{
	test_the_test_environment(0);
	test_mg_start_stop_http_server(0);
	test_mg_start_stop_https_server(0);
	test_request_handlers(0);

	printf("\nok: %i\nfailed: %i\n\n", chk_ok, chk_failed);
}
コード例 #2
0
ファイル: public.c プロジェクト: AndrewJDR/civetweb
/* Used to debug test cases without using the check framework */
void main(void)
{
	test_mg_start_stop_http_server(0);
	test_mg_start_stop_https_server(0);
	test_request_handlers(0);
}