blob: d8bf68f7f694c565f11c829c38b63cd26b57be5a [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",
"//sdk/lib/sys/cpp",
"//src/lib/fxl",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
# TODO(57392): Move it back to //third_party once unification completes.
"//zircon/third_party/rapidjson",
]
}