merge
This commit is contained in:
commit
9a5cab88eb
5 changed files with 280 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue