blob: 58671df0069f10d5743fd00fbbd2bacbb1d6614a [file] [log] [blame]
# Copyright 2020 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.
source_set("kernel-unittests") {
testonly = true
sources = [ "kernel-unittests.cc" ]
deps = [
"//src/zircon/lib/zircon",
"//zircon/system/ulib/zxtest",
]
}