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