提交 594650b5 编写于 作者: G gaoxi785

new Socket Tcpserver

Signed-off-by: Ngaoxi785 <gaoxi785@huawei.com>
上级 5570d11a
/** /**
* Copyright (C) 2022 Huawei Device Co., Ltd. * Copyright (C) 2022-2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
...@@ -12,8 +12,9 @@ ...@@ -12,8 +12,9 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
import Telephony_NETSTACK_SocketTest from './NetStackSocket.test.js' import Telephony_NETSTACK_SocketTest from './NetStackSocket.test.js';
import NetworkManagerTCPSocketServer.test from "./NetworkManagerTCPSocketServer.test";
export default function testsuite() { export default function testsuite() {
Telephony_NETSTACK_SocketTest() Telephony_NETSTACK_SocketTest();
NetworkManagerTCPSocketServer.test();
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册