mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the protocol utility, add utest, 0.9.140
This commit is contained in:
parent
6a2f0a3dc9
commit
051c9e6268
9 changed files with 203 additions and 45 deletions
3
trunk/configure
vendored
3
trunk/configure
vendored
|
@ -516,7 +516,8 @@ if [ $SRS_LIBRTMP = YES ]; then
|
|||
fi
|
||||
#
|
||||
# utest, the unit-test cases of srs, base on gtest1.6
|
||||
MODULE_FILES=("srs_utest" "srs_utest_amf0" "srs_utest_handshake" "srs_utest_buffer")
|
||||
MODULE_FILES=("srs_utest" "srs_utest_amf0" "srs_utest_handshake"
|
||||
"srs_utest_buffer" "srs_utest_protocol")
|
||||
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