blob: aaa4a02f42603379fea9af5fc77c9bd63aa9d8e9 [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 = "launch_validation_tests_in_memory"
testonly = true
sources = [
"launch.cc",
]
deps = [
"//sdk/fidl/fuchsia.ledger.cloud",
"//src/ledger/bin/tests/cloud_provider/launcher",
"//src/lib/fxl",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/async-loop-cpp",
]
}