From d56c6288fa913a503ade537f6b2ea7057a0f4e5d Mon Sep 17 00:00:00 2001 From: chenning Date: Mon, 18 Aug 2025 14:39:04 +0800 Subject: [PATCH] fix tdd Signed-off-by: chenning --- test/unittest/hls_test/BUILD.gn | 2 +- test/unittest/http_source_test/BUILD.gn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unittest/hls_test/BUILD.gn b/test/unittest/hls_test/BUILD.gn index c53572003..2a03a6266 100644 --- a/test/unittest/hls_test/BUILD.gn +++ b/test/unittest/hls_test/BUILD.gn @@ -14,7 +14,7 @@ import("//build/test.gni") import("//foundation/multimedia/av_codec/config.gni") -module_output_path = "av_codec/stream_player_framework/unittest" +module_output_path = "av_codec/stream_player_framework" hls_test_sources = [ "$av_codec_root_dir/services/media_engine/plugins/source/http_source/base64/base64_utils.cpp", diff --git a/test/unittest/http_source_test/BUILD.gn b/test/unittest/http_source_test/BUILD.gn index 32f1349c5..5b0f801f7 100644 --- a/test/unittest/http_source_test/BUILD.gn +++ b/test/unittest/http_source_test/BUILD.gn @@ -14,7 +14,7 @@ import("//build/test.gni") import("//foundation/multimedia/av_codec/config.gni") -module_output_path = "av_codec/stream_player_framework/unittest" +module_output_path = "av_codec/stream_player_framework" hls_test_sources = [ "$av_codec_root_dir/services/media_engine/modules/source/source.cpp", "$av_codec_root_dir/services/media_engine/plugins/source/http_source/base64/base64_utils.cpp", -- Gitee