mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add utest for kernel codec
This commit is contained in:
parent
492665e166
commit
f5f54e6008
5 changed files with 147 additions and 2 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -517,7 +517,7 @@ 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" "srs_utest_protocol")
|
||||
"srs_utest_buffer" "srs_utest_protocol" "srs_utest_kernel")
|
||||
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