回退 'Pull Request !121 : 规避门禁编译fuzztest概率性触发copy_file文件失败问题'

This commit is contained in:
openharmony_ci 2023-05-15 12:16:45 +00:00 committed by Gitee
parent 7c4d448f0c
commit d36f9e2efa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 5 deletions

View File

@ -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"

View File

@ -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",
]
}