blob: 5d4274a0ea2ccaf95843b1e134c6e56a9abbf17d [file] [log] [blame]
# Copyright 2018 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.
import("//build/package.gni")
import("//build/fuzzing/fuzzer.gni")
# Add fuzz_targets for Zircon fuzztests here. `sources` must be defined, but can be empty.
fuzz_target("tftp.fuzztest") {
sources = []
}
fuzz_package("zircon_fuzzers") {
omit_binaries = true
targets = [ ":tftp.fuzztest" ]
sanitizers = [ "asan" ]
}