This commit is contained in:
Jorijn van der Graaf 2026-08-25 19:18:32 +02:00
commit 9a5cab88eb
5 changed files with 280 additions and 16 deletions

View file

@ -150,6 +150,7 @@ extern "C" Configuration CrafterBuildProject(std::span<const std::string_view> a
cfg.AddTest("ShouldSendRecieveQUICDatagram").Dependencies({ &cfg });
cfg.AddTest("ShouldSendRecieveQUICStream").Dependencies({ &cfg });
cfg.AddTest("ShouldSurviveAbuseHTTP1").Dependencies({ &cfg });
cfg.AddTest("ShouldSurviveConnectionChurn").Dependencies({ &cfg });
}
return cfg;