blob: 4086fcaf2eed953f5d86832e4ba7fbfdd1ca09a5 [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")
group("test") {
testonly = true
deps = [
":ldmsg-fuzzer",
]
}
fuzzer("ldmsg-fuzzer") {
sources = [
"ldmsg-fuzzer.cc",
]
deps = [
"$zx/system/ulib/ldmsg"
]
}