mirror of
https://github.com/openharmony/drivers_adapter.git
synced 2026-07-19 18:23:38 -04:00
feat:add platform driver fuzz test script
Signed-off-by: mahai <mahai5@huawei.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
group("hdf_test_uhdf") {
|
||||
testonly = true
|
||||
deps = [
|
||||
"fuzztest:hdf_platform_test",
|
||||
"unittest/config:hdf_adapter_uhdf_test_config",
|
||||
"unittest/manager:hdf_adapter_uhdf_test_ioservice",
|
||||
"unittest/manager:hdf_adapter_uhdf_test_manager",
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
# Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
#
|
||||
# HDF is dual licensed: you can use it either under the terms of
|
||||
# the GPL, or the BSD license, at your option.
|
||||
# See the LICENSE file in the root of this repository for complete details.
|
||||
|
||||
group("hdf_platform_test") {
|
||||
testonly = true
|
||||
deps = []
|
||||
deps += [
|
||||
"//drivers/framework/support/platform/test/fuzztest:hdf_platform_fuzztest",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user