blob: 881f2f719b8768697de3b586d4d7fb0e0ca09c90 [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",
"//sdk/lib/syslog/cpp",
"//src/modular/lib/async/cpp:future",
]
public_deps = [ "//sdk/fidl/fuchsia.testing.runner" ]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}