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