blob: 89d85ee3958d0da13745647bfaf6f1d81d02d066 [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.
visibility = [ "//src/ledger/cloud_provider_in_memory/bin/*" ]
executable("validation") {
output_name = "validation_in_memory"
testonly = true
sources = [ "launch.cc" ]
deps = [
"//src/ledger/bin/tests/cloud_provider/launcher",
"//src/ledger/fidl/fuchsia.ledger.cloud",
"//src/ledger/lib/convert",
"//third_party/abseil-cpp",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/async-loop-default",
]
}