blob: 95056c2b357e26f4a30cf1e8f5e1b174da4ae432 [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.
group("test") {
testonly = true
deps = [
":digest",
]
}
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/third_party/ulib/uboringssl",
]
}