mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
UTest: Split utest to smaller file.
This commit is contained in:
parent
6a108fab6d
commit
b009860b11
4 changed files with 3625 additions and 3576 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -390,7 +390,7 @@ if [ $SRS_UTEST = YES ]; then
|
|||
MODULE_FILES=("srs_utest" "srs_utest_amf0" "srs_utest_kernel" "srs_utest_core"
|
||||
"srs_utest_config" "srs_utest_rtmp" "srs_utest_http" "srs_utest_avc" "srs_utest_reload"
|
||||
"srs_utest_mp4" "srs_utest_service" "srs_utest_app" "srs_utest_rtc"
|
||||
"srs_utest_protocol")
|
||||
"srs_utest_protocol" "srs_utest_protocol2")
|
||||
if [[ $SRS_SRT == YES ]]; then
|
||||
MODULE_FILES+=("srs_utest_srt")
|
||||
fi
|
||||
|
|
File diff suppressed because it is too large
Load diff
3608
trunk/src/utest/srs_utest_protocol2.cpp
Normal file
3608
trunk/src/utest/srs_utest_protocol2.cpp
Normal file
File diff suppressed because it is too large
Load diff
16
trunk/src/utest/srs_utest_protocol2.hpp
Normal file
16
trunk/src/utest/srs_utest_protocol2.hpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// Copyright (c) 2013-2022 The SRS Authors
|
||||
//
|
||||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#ifndef SRS_UTEST_PROTOCOL2_HPP
|
||||
#define SRS_UTEST_PROTOCOL2_HPP
|
||||
|
||||
/*
|
||||
#include <srs_utest_protocol2.hpp>
|
||||
*/
|
||||
#include <srs_utest_protocol.hpp>
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue