blob: 6b776959dca9210ad3f8b22dd6a8af4059af965e [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("kernel-unittests") {
sources = [
"kernel-unittests.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-kernel:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}