blob: 2d2c01adad0368beb3db5484d06338252ec18b5c [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 = [
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
]
public_configs = [ "//garnet/public:config" ]
public_deps = [
"//sdk/fidl/fuchsia.testing.runner",
"//third_party/googletest:gtest",
]
}