blob: b8ffcf6f89e9d4e6c66ccc7b51f68c8ae02c83d4 [file] [log] [blame]
# Copyright 2019 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.
library("unittest") {
kernel = true
sources = [
"unittest.cc",
"user_memory.cc",
]
public_deps = [
# <lib/unittest/user_memory.h> has #include <lib/crypto/prng.h>.
"$zx/kernel/vm:headers",
]
deps = [
"$zx/kernel/lib/console",
]
}