blob: ffdd8ca5af76412a4c515fd8eb04ae18a893a84f [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",
"//garnet/public/fidl/fuchsia.testing.runner",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/fdio",
]
}