blob: 361d3e5ba6e36f4eee7c6c2806306016e964a86a [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 = [
"convert.cc",
"convert.h",
"device_set_test.cc",
"page_cloud_test.cc",
"types.h",
"validation_test.cc",
"validation_test.h",
]
deps = [
"//garnet/public/lib/fsl",
"//src/lib/uuid",
]
public_deps = [
"//garnet/public/lib/gtest",
"//peridot/lib/commit_pack",
"//sdk/fidl/fuchsia.ledger.cloud",
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
"//src/lib/fxl",
"//third_party/googletest:gtest_main",
]
}