From eaf3d383f3308e88d86e800efb671e473a9586a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=98=B1=E6=99=94?= Date: Fri, 7 Jun 2024 09:43:46 +0000 Subject: [PATCH] update precise_compilation/part_tdd.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林昱晔 --- precise_compilation/part_tdd.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/precise_compilation/part_tdd.json b/precise_compilation/part_tdd.json index c4fcd73..e8f543f 100644 --- a/precise_compilation/part_tdd.json +++ b/precise_compilation/part_tdd.json @@ -803,5 +803,10 @@ "name":"multimedia_image_effect", "parts":"image_effect", "buildTarget":"multimedia/image_effect:image_effect_test" + }, + { + "name":"bundlemanager_app_domain_verify", + "parts":"app_domain_verify", + "buildTarget":"bundlemanager/app_domain_verify:app_domain_verify_test" } ] \ No newline at end of file -- Gitee