blob: 7f7a6b452f4a985ee794b5905389356e20bd3c26 [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 = [
"//src/zircon/lib/zircon",
"//zircon/public/lib/zxtest",
]
}