blob: ac6d031fba911c34dde13078880aeff526b0e5c8 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
library("unittest") {
kernel = true
sources = [
"unittest.cpp",
"user_memory.cpp",
]
deps = [
"$zx/kernel/lib/console",
]
}