blob: 1ab3a8b07c0db3d19d36857883d3cb161be7e1a8 [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.
zx_test("bad-kernel-access") {
sources = [
"bad-kernel-access.c",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}