mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 07:28:13 +08:00
More SNTP debug
This commit is contained in:
parent
4fc84621ae
commit
5998208449
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user