blob: 4c6b87191984a9469e8a9566b7186f790b68573f [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-device-manager:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}