blob: d3732eee2e0994826f51510bf5ad24d5b3b62e3c [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.
import("//garnet/public/lib/fidl/fidl.gni")
group("remote") {
testonly = true
public_deps = [
":remote_invoker_test",
]
}
executable("remote_invoker_test") {
testonly = true
sources = [
"remote_invoker_test_module.cc",
]
deps = [
"//garnet/public/lib/fsl",
"//peridot/lib/fidl:array_to_string",
"//peridot/lib/testing",
"//peridot/public/lib/app_driver/cpp:module_driver",
"//peridot/public/lib/component/fidl",
"//peridot/public/lib/module/fidl",
"//peridot/public/lib/remote/fidl",
"//peridot/public/lib/story/fidl",
"//peridot/public/lib/user/fidl",
]
}