blob: 133b8634113ff13f8b19fdf52843e4a4f0960e2e [file] [log] [blame]
# Copyright 2017 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.
executable("cloud_provider") {
testonly = true
output_name = "cloud_provider_validation_tests"
sources = [
"device_set_test.cc",
"page_cloud_test.cc",
"types.h",
"validation_test.cc",
"validation_test.h",
]
deps = [
"//peridot/lib/base64url",
"//peridot/lib/convert",
"//peridot/lib/rng:testing",
"//src/ledger/bin/fidl/include",
"//src/lib/fsl",
"//src/lib/uuid",
]
public_deps = [
"//garnet/public/lib/gtest",
"//sdk/fidl/fuchsia.ledger.cloud",
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
"//src/ledger/lib/commit_pack",
"//src/lib/fxl",
"//src/lib/fxl/test:gtest_main",
"//third_party/googletest:gmock",
]
}