blob: 839cd3ba9588e305e94a6e5d0d67d928b79dd40f [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/fidl/cpp",
]
public_deps = [
"//garnet/public/fidl/fuchsia.testing.runner",
"//garnet/public/lib/component/cpp",
"//third_party/googletest:gtest",
]
}