/* * Copyright 2021 Haiku, Inc. * Distributed under the terms of the MIT License. */ #include #include #include "HttpProtocolTest.h" BTestSuite* getTestSuite() { BTestSuite* suite = new BTestSuite("NetServices2Kit"); HttpProtocolTest::AddTests(*suite); return suite; }