blob: c30ed835c3f9cb6de6f5b5ddad58a48401615d85 [file] [log] [blame]
# Copyright 2016 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.
executable("run_integration_tests") {
sources = [
"run_integration_tests.cc",
"test_runner_config.cc",
"test_runner_config.h",
]
deps = [
"//garnet/public/lib/test_runner/cpp",
"//sdk/fidl/fuchsia.testing.runner",
"//src/lib/fxl",
"//third_party/rapidjson",
"//zircon/public/lib/async-loop-cpp",
]
}