Mercurial
diff mrjunejune/test/integration_test.c @ 242:543df0fe7168
[tools] Add full HLS player support
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 03 Aug 2026 13:14:41 -0700 |
| parents | f3084bca7317 |
| children | b8aa08503378 |
line wrap: on
line diff
--- a/mrjunejune/test/integration_test.c Mon Aug 03 11:26:30 2026 -0700 +++ b/mrjunejune/test/integration_test.c Mon Aug 03 13:14:41 2026 -0700 @@ -391,6 +391,7 @@ {"/tools", 200, NULL, NULL, NULL, 0}, {"/tools/markdown_to_html", 200, NULL, NULL, NULL, 0}, {"/tools/file_converter", 200, NULL, NULL, NULL, 0}, + {"/tools/hls_player", 200, NULL, NULL, NULL, 0}, {"/talk", 200, NULL, NULL, NULL, 0}, }; int num_success_tests = sizeof(success_tests) / sizeof(success_tests[0]); @@ -401,6 +402,7 @@ {"/tools/index.html", 301, NULL, NULL, NULL, 0}, {"/tools/markdown_to_html/index.html", 301, NULL, NULL, NULL, 0}, {"/tools/file_converter/index.html", 301, NULL, NULL, NULL, 0}, + {"/tools/hls_player/index.html", 301, NULL, NULL, NULL, 0}, }; int num_redirect_tests = sizeof(redirect_tests) / sizeof(redirect_tests[0]);