blob: 65142a3973eda9e3cf8e20997dbb6f344099dfd1 [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.
import("$zx/public/gn/fuzzer.gni")
fuzzer("noop-fuzzer") {
sources = [
"noop-fuzzer.cpp",
]
}