blob: b7bae773eefb164191d1ce2bd413b05ae3216797 [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 = [
"//sdk/lib/sys/cpp",
"//src/modular/lib/async/cpp:future",
]
public_deps = [ "//sdk/fidl/fuchsia.testing.runner" ]
}