blob: 5ab234c39df66c6dab6a0e204678c72be0b1e7f2 [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.
test("digest") {
sources = [
"digest.cpp",
"main.c",
"merkle-tree.cpp",
]
deps = [
"$zx/system/ulib/digest",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxcpp",
"$zx/third_party/ulib/uboringssl",
]
}