quic settings
This commit is contained in:
parent
0827e1f566
commit
675476dfea
5 changed files with 175 additions and 9 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Reference in a new issue