blob: 288347eae7d029a70e3e87a6c24d1a69bfc93a8b [file] [log] [blame] [edit]
# Copyright 2018 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" ]
}