blob: a7f4dfa2c476635bf04fd0f2e7592b487dc5979e [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",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/fdio",
]
}