blob: c0bf4dc3ba800407b8055e6f70a17b9335b0bc66 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
test("fuzz-utils") {
sources = [
"fixture.cpp",
"fuzzer-fixture.cpp",
"main.cpp",
"test-fuzzer.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-sysinfo:c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fuzz-utils",
"$zx/system/ulib/task-utils",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}