From 3471fc1be48abfd339053d7b39ebecb9d575af39 Mon Sep 17 00:00:00 2001 From: Li Nan Date: Fri, 21 Mar 2025 11:53:02 +0800 Subject: [PATCH] =?UTF-8?q?TDD=E7=94=A8=E4=BE=8B=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Li Nan --- test/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/BUILD.gn b/test/BUILD.gn index 9f03f88..32cae15 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -18,7 +18,7 @@ if (is_standard_system) { } if (is_standard_system) { - module_output_path = "linuxkerneltest/" + module_output_path = "linux-linux/" linuxkerneltest_public_deps = [ "//third_party/bounds_checking_function:libsec_shared", "//third_party/googletest:gtest_main", -- Gitee