From 36fe46313a00a4be8a8a2065109c7b9aa637a373 Mon Sep 17 00:00:00 2001 From: chengwenfeng Date: Wed, 10 Apr 2024 12:00:32 +0000 Subject: [PATCH] Add test part Signed-off-by: chengwenfeng --- localCoverage/all_subsystem_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/localCoverage/all_subsystem_config.json b/localCoverage/all_subsystem_config.json index 52f6e6c..5aabf66 100644 --- a/localCoverage/all_subsystem_config.json +++ b/localCoverage/all_subsystem_config.json @@ -83,6 +83,12 @@ "foundation/graphic/graphic_2d" ] }, + "graphic_2d_ext": { + "name": "graphic_2d_ext", + "path": [ + "foundation/graphic/graphic_2d_ext" + ] + }, "image_framework": { "name": "image_framework", "path": [ -- Gitee