From 1d3afa5ab9d4a22d0cf45016abbc78ceed520637 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 6 May 2019 09:53:55 +0800 Subject: [PATCH] Add utest for tcp server --- trunk/src/utest/srs_utest_app.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trunk/src/utest/srs_utest_app.cpp b/trunk/src/utest/srs_utest_app.cpp index 28f9fcd2f..f3b8e759a 100644 --- a/trunk/src/utest/srs_utest_app.cpp +++ b/trunk/src/utest/srs_utest_app.cpp @@ -377,3 +377,9 @@ VOID TEST(AppFragmentTest, CheckDuration) } } +#define MOCK_LISTEN_PORT 11935 + +VOID TEST(TCPServerTest, PingPong) +{ +} +