blob: e223b6a2f6eb560b4feec999522155ca7ceef941 [file] [log] [blame]
# Copyright 2018 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("//peridot/build/executable_package.gni")
executable_package("test_driver_module") {
testonly = true
sources = [
"test_driver_module.cc",
]
deps = [
"//sdk/fidl/fuchsia.testing.runner",
"//sdk/fidl/fuchsia.ui.viewsv1",
"//sdk/lib/fidl/cpp",
"//garnet/public/lib/fxl",
"//peridot/lib/rapidjson",
"//peridot/lib/testing:test_driver",
"//sdk/fidl/fuchsia.modular",
"//peridot/public/lib/app_driver/cpp",
"//peridot/public/lib/integration_testing/cpp",
"//zircon/public/lib/async-loop-cpp",
]
meta = [
{
path = "meta/test_driver_module.cmx"
dest = "test_driver_module.cmx"
},
]
}