blob: 27c5099525136d60c9e7c15ef5bc0ae3b71a981b [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.
source_set("launcher") {
testonly = true
sources = [
"validation_tests_launcher.cc",
"validation_tests_launcher.h",
]
public_deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fidl/cpp",
"//peridot/public/fidl/fuchsia.ledger.cloud",
]
}