blob: a3c193244cda40e5eeab53aeb3eec7c35f83e533 [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",
"fuzzer.cpp",
"path.cpp",
"string-list.cpp",
"string-map.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",
]
}