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

CI: Remove macros for utest

This commit is contained in:
winlin 2019-02-03 12:38:07 +08:00
parent bfeea72eac
commit 8c9857ff6f
6 changed files with 0 additions and 47 deletions

View file

@ -275,8 +275,6 @@ MockWallClock* MockWallClock::set_clock(int64_t ms)
return this;
}
#ifdef ENABLE_UTEST_PROTOCOL
// verify the sha256
VOID TEST(ProtocolHandshakeTest, OpensslSha256)
{
@ -6004,5 +6002,3 @@ VOID TEST(ProtocolKbpsTest, RAWStatistic)
}
}
#endif