diff options
Diffstat (limited to 'tests/http.cpp')
-rw-r--r-- | tests/http.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/http.cpp b/tests/http.cpp index 623709bf..07931e3c 100644 --- a/tests/http.cpp +++ b/tests/http.cpp @@ -225,6 +225,8 @@ void wait_https() { if (num_request == 0) { printf("End of all download ... %fs\n",(emscripten_get_now() - time_elapsed) / 1000.f); emscripten_cancel_main_loop(); + int result = 0; + REPORT_RESULT(); } } @@ -281,4 +283,4 @@ int main() { */ emscripten_set_main_loop(wait_https, 0, 0); -}
\ No newline at end of file +} |