diff --git a/test/BUILD.gn b/test/BUILD.gn index 4f9a9588d6a49b1a2177f00415a728d2fa587a09..4ddfbf222b82dfc0dc24b054771cdbd62472c4cf 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -20,7 +20,7 @@ ohos_unittest("dslm_test") { testonly = true part_name = "device_security_level" subsystem_name = "security" - module_out_path = "${root_out_dir}/${subsystem_name}/${part_name}" + module_out_path = "${part_name}/dslm_test" sources = [ "//base/security/device_security_level/oem_property/ohos/dslm_ohos_credential.c",