More SNTP debug

This commit is contained in:
Sergey Lyubka 2022-05-27 19:57:15 +01:00
parent 4fc84621ae
commit 5998208449

View File

@ -1924,7 +1924,6 @@ int main(void) {
test_http_chunked();
test_http_parse();
test_util();
test_mqtt();
test_sntp();
test_dns();
test_timer();
@ -1941,6 +1940,7 @@ int main(void) {
test_http_no_content_length();
test_http_pipeline();
test_http_range();
test_mqtt();
printf("SUCCESS. Total tests: %d\n", s_num_tests);
return EXIT_SUCCESS;
}