mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add rtmp handshake utest, for arm to finger out the bug
This commit is contained in:
parent
1c055e7424
commit
b58ab508f9
6 changed files with 451 additions and 269 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -392,7 +392,7 @@ if [ $SRS_LIBRTMP = YES ]; then
|
|||
fi
|
||||
#
|
||||
# utest, the unit-test cases of srs, base on gtest1.6
|
||||
MODULE_FILES=("srs_utest" "srs_utest_amf0")
|
||||
MODULE_FILES=("srs_utest" "srs_utest_amf0" "srs_utest_handshake")
|
||||
ModuleLibIncs=(${SRS_OBJS} ${LibSTRoot})
|
||||
ModuleLibFiles=(${LibSTfile} ${LibHttpParserfile} ${LibSSLfile})
|
||||
MODULE_DEPENDS=("CORE" "KERNEL" "RTMP" "APP")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue