blob: 9a7f3ae9c213c18a3dcdb53a8f1ba738147f8985 [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/callback",
"//sdk/fidl/fuchsia.ledger.cloud",
"//sdk/fidl/fuchsia.sys",
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp/testing:unit",
]
}