blob: fa6bb0f9fadac1dea368dc9b0b956cf7a14fcfdb [file] [log] [blame]
# Copyright 2016 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("cpp") {
sources = [
"reporting.cc",
"reporting.h",
"testing.cc",
"testing.h",
]
deps = [
"//garnet/public/lib/component/cpp",
]
public_deps = [
"//sdk/fidl/fuchsia.testing.runner",
]
}