blob: 58f3cd657283f799ea1194090e4b0a39c52c99ea [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/fxl",
"//garnet/public/lib/test_runner/cpp",
"//garnet/public/fidl/fuchsia.testing.runner",
"//third_party/rapidjson",
"//zircon/public/lib/async-loop-cpp",
]
}