quic settings

This commit is contained in:
Jorijn van der Graaf 2026-08-25 19:17:22 +02:00
commit 675476dfea
5 changed files with 175 additions and 9 deletions

View file

@ -133,6 +133,7 @@ extern "C" Configuration CrafterBuildProject(std::span<const std::string_view> a
if (cfg.target == "x86_64-pc-linux-gnu") {
cfg.AddTest("ShouldEchoWebTransport").Dependencies({ &cfg });
cfg.AddTest("ShouldFallbackUnknownRoutes").Dependencies({ &cfg });
cfg.AddTest("ShouldHonourQUICSettings").Dependencies({ &cfg });
cfg.AddTest("ShouldInteropCurlHTTP1").Dependencies({ &cfg });
cfg.AddTest("ShouldInteropCurlHTTPS1").Dependencies({ &cfg });
cfg.AddTest("ShouldNotDropEarlyStreams").Dependencies({ &cfg });