blob: 677c2e3ad7815e3ce080ba8a01e530d3c0c70895 [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.
executable("report_result") {
output_name = "report_result"
sources = [ "report_result.cc" ]
deps = [
"//garnet/public/lib/test_runner/cpp",
"//sdk/fidl/fuchsia.testing.runner",
"//sdk/lib/sys/cpp",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/async-loop-default",
"//zircon/public/lib/fdio",
]
}