From d36f9e2efaf6842363c466acae1908a736715e67 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 15 May 2023 12:16:45 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!121=20:?= =?UTF-8?q?=20=E8=A7=84=E9=81=BF=E9=97=A8=E7=A6=81=E7=BC=96=E8=AF=91fuzzte?= =?UTF-8?q?st=E6=A6=82=E7=8E=87=E6=80=A7=E8=A7=A6=E5=8F=91copy=5Ffile?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_file_service.gni | 2 -- test/fuzztest/BUILD.gn | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/app_file_service.gni b/app_file_service.gni index 3f76d057..e97d1442 100644 --- a/app_file_service.gni +++ b/app_file_service.gni @@ -16,5 +16,3 @@ utils_system_safwk_path = "//utils/system/safwk" path_base = "//commonlibrary/c_utils/base" path_napi = "//foundation/arkui/napi" app_file_service_path = "//foundation/filemanagement/app_file_service" -app_file_service_fuzztest = - "//foundation/filemanagement/app_file_service/test/fuzztest" diff --git a/test/fuzztest/BUILD.gn b/test/fuzztest/BUILD.gn index f0e421ba..cb07dfdc 100644 --- a/test/fuzztest/BUILD.gn +++ b/test/fuzztest/BUILD.gn @@ -11,14 +11,12 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//foundation/filemanagement/app_file_service/app_file_service.gni") - group("fuzztest") { testonly = true deps = [] deps += [ # deps file - "${app_file_service_fuzztest}/remotefileshare_fuzzer:RemoteFileShareFuzzTest", + "remotefileshare_fuzzer:RemoteFileShareFuzzTest", ] }