feat:add platform driver fuzz test script

Signed-off-by: mahai <mahai5@huawei.com>
This commit is contained in:
mahai
2022-05-06 12:25:25 +08:00
parent cfbb64243b
commit 552cc7cb54
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -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",
+13
View File
@@ -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",
]
}