From b102421716adab6b0210353853ea361228c74291 Mon Sep 17 00:00:00 2001 From: luzhiye Date: Tue, 25 Feb 2025 13:18:03 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91usb=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: luzhiye --- test/native/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/native/BUILD.gn b/test/native/BUILD.gn index cbfcaf97..9a540c43 100644 --- a/test/native/BUILD.gn +++ b/test/native/BUILD.gn @@ -16,5 +16,8 @@ import("./../../usbmgr.gni") group("usb_unittest_test") { testonly = true - deps = [ "${usb_manager_path}/test/fuzztest:fuzztest" ] + deps = [ + "//base/usb/usb_manager/test/native/service_unittest:unittest", + "//base/usb/usb_manager/test/tool:usb_function_test", + ] } -- Gitee