blob: 578b21b79563941a11c921b83bfc43711476e00b [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.
zx_executable("tee-test") {
sources = [
"tee-test.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/tee-client-api",
"$zx/system/ulib/zircon",
]
}