From 566e35566786d959376ce123e98aaa811490839b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=97=AD=E8=BE=89?= Date: Fri, 2 Aug 2024 07:48:05 +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 ea55d80..424e090 100644 --- a/precise_compilation/part_tdd.json +++ b/precise_compilation/part_tdd.json @@ -928,5 +928,10 @@ "name":"bundlemanager_app_domain_verify", "parts":"app_domain_verify", "buildTarget":"bundlemanager/app_domain_verify:app_domain_verify_test" + }, + { + "name":"developtools_packing_tool", + "parts":"packing_tool", + "buildTarget":"developtools/packing_tool:packing_tool_test" } ] \ No newline at end of file -- Gitee