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

merge buffer to kernel utest

This commit is contained in:
winlin 2014-07-05 17:50:36 +08:00
parent 1e395e7c10
commit b13fd5112b
6 changed files with 117 additions and 180 deletions

3
trunk/configure vendored
View file

@ -517,8 +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_kernel"
"srs_utest_core")
"srs_utest_protocol" "srs_utest_kernel" "srs_utest_core")
ModuleLibIncs=(${SRS_OBJS} ${LibSTRoot})
ModuleLibFiles=(${LibSTfile} ${LibHttpParserfile} ${LibSSLfile})
MODULE_DEPENDS=("CORE" "KERNEL" "RTMP" "APP")