blob: fcc90a0f6f71a3fcb345d8549f1202a53c102f25 [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",
"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",
]
}