blob: 5087daaa0fc52631146a1853ffac15989e0f8309 [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.
source_set("reporting") {
testonly = true
sources = [
"gtest_listener.cc",
"gtest_listener.h",
"reporter.cc",
"reporter.h",
]
deps = [
"//garnet/public/lib/test_runner/fidl",
]
public_deps = [
"//garnet/public/lib/app/cpp",
"//third_party/gtest",
]
}