AI: Add utest to cover app http module.

This commit is contained in:
OSSRS-AI
2025-10-04 22:41:09 -04:00
committed by winlin
parent b5664747ac
commit 3948f0d4fe
42 changed files with 3382 additions and 330 deletions

2
trunk/configure vendored
View File

@@ -384,7 +384,7 @@ if [[ $SRS_UTEST == YES ]]; then
"srs_utest_coworkers" "srs_utest_pithy_print" "srs_utest_kernel3" "srs_utest_protocol4"
"srs_utest_protocol3" "srs_utest_app" "srs_utest_app2" "srs_utest_app3" "srs_utest_app4"
"srs_utest_app5" "srs_utest_app6" "srs_utest_app7" "srs_utest_app8" "srs_utest_app9"
"srs_utest_app10")
"srs_utest_app10" "srs_utest_app11")
# Always include SRT utest
MODULE_FILES+=("srs_utest_srt")
if [[ $SRS_GB28181 == YES ]]; then