blob: 1e272c49015dd10600002eb7b09fd2415bb13b30 [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_memory_diff/*" ]
executable("validation") {
output_name = "launch_validation_tests_memory_diff"
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",
]
}