blob: 3f7b059e7fd4da4d244d2d87e7b971e021314c85 [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.
visibility = [ "//peridot/bin/cloud_provider_firestore/*" ]
executable("validation") {
output_name = "launch_validation_tests_firestore"
testonly = true
sources = [
"app.cc",
]
deps = [
"//garnet/public/lib/fxl",
"//peridot/bin/cloud_provider_firestore/include",
"//peridot/bin/cloud_provider_firestore/testing",
"//peridot/bin/ledger/testing:lib",
"//peridot/bin/ledger/tests/cloud_provider/launcher",
"//peridot/lib/rng:system",
"//zircon/public/lib/async-loop-cpp",
]
}