1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Add utest for tcp server

This commit is contained in:
winlin 2019-05-06 09:53:55 +08:00
parent c71b867b4f
commit 1d3afa5ab9

View file

@ -377,3 +377,9 @@ VOID TEST(AppFragmentTest, CheckDuration)
} }
} }
#define MOCK_LISTEN_PORT 11935
VOID TEST(TCPServerTest, PingPong)
{
}