blob: f4def972aa1b2f9cb213cfc6bf66b85e885a7c98 [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/ledger/*" ]
executable("e2e_local") {
output_name = "ledger_e2e_local"
testonly = true
sources = [
"get_ledger_test.cc",
"ledger_e2e_test.cc",
]
deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fsl",
"//peridot/bin/ledger/app:serialization_version",
"//peridot/bin/ledger/fidl",
"//peridot/bin/ledger/filesystem",
"//peridot/bin/ledger/testing:get_ledger",
"//peridot/bin/ledger/testing:lib",
"//peridot/bin/ledger/testing/cloud_provider",
"//peridot/lib/scoped_tmpfs",
"//peridot/public/fidl/fuchsia.ledger",
"//third_party/googletest:gmock",
"//third_party/googletest:gtest_main",
]
data_deps = [
"//peridot/bin/ledger/app",
]
configs += [ "//peridot/bin/ledger:ledger_config" ]
}