blob: 865332bd3eed49704a1358df83f82042a1ee8b45 [file] [log] [blame] [edit]
# 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")
group("test") {
testonly = true
deps = [ ":cmdline-fuzzer" ]
}
zx_fuzzer("cmdline-fuzzer") {
sources = [ "cmdline_fuzzer.cc" ]
deps = [ "$zx/system/ulib/cmdline" ]
}