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

Refine utest for tcp connection.

This commit is contained in:
winlin 2019-05-09 07:54:21 +08:00
parent 5d8fb01b45
commit 9366161871
2 changed files with 7 additions and 7 deletions

View file

@ -39,4 +39,10 @@ VOID TEST(ServiceTimeTest, TimeUnit)
EXPECT_EQ(3600*1000*1000LL, SRS_UTIME_HOURS);
}
#define MOCK_LISTEN_PORT 11935
VOID TEST(TCPServerTest, PingPong)
{
}
#endif