blob: 82e25f9ccce26567c3b24a14e0ccc3d82984ff87 [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") {
configs += [ "//build/unification/config:zircon-migrated" ]
testonly = true
sources = [ "kernel-unittests.cc" ]
deps = [
"//zircon/public/lib/zxtest",
"//zircon/system/ulib/zircon",
]
}