From 79ac9408ebf3e1cf5a0db479bddb6dd484a50307 Mon Sep 17 00:00:00 2001 From: txl Date: Fri, 28 Jul 2023 09:30:29 +0800 Subject: [PATCH] =?UTF-8?q?l0l1=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: txl --- build/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/build/BUILD.gn b/build/BUILD.gn index 7d67a7dbb..893474b7e 100644 --- a/build/BUILD.gn +++ b/build/BUILD.gn @@ -15,6 +15,7 @@ import("//build/ohos.gni") import("//test/xts/acts/xts_acts_config.gni") group("acts_group") { + testonly = true deps = [] if (os_level == "standard") { deps += [ "${xts_acts_path}:acts" ] -- GitLab