blob: e8aeeb3ba067288b0e805aa2699008907ecb0e0e [file] [log] [blame]
# Copyright 2020 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.
source_set("fake_sanitizer_cov") {
testonly = true
sources = [
"fake-coverage.cc",
"fake-libfuzzer.cc",
"fake-sanitizer-cov.cc",
]
deps = [
"//src/lib/fuzzing/fidl:core_lib",
"//src/lib/fuzzing/fidl:proxy_lib",
]
}
source_set("fake_sanitizer_cov_proxy") {
testonly = true
sources = [
"fake-inline-8bit-counters.cc",
"fake-libfuzzer.cc",
"fake-sanitizer-cov-proxy.cc",
]
deps = [ "//src/lib/fuzzing/fidl:proxy_lib_public_deps" ]
}