blob: 31c7a59e78a7f47353c7b94151a0905051106e01 [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("cpp") {
sources = [
"scope.cc",
"scope.h",
"test_runner.cc",
"test_runner.h",
"test_runner_store_impl.cc",
"test_runner_store_impl.h",
]
deps = [
"//src/lib/fsl",
"//third_party/rapidjson",
"//zircon/public/lib/async-default",
]
public_deps = [
"//sdk/fidl/fuchsia.sys",
"//sdk/fidl/fuchsia.testing.runner",
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
"//src/lib/fxl",
"//zircon/public/lib/async-cpp",
"//zircon/public/lib/fs",
]
public_configs = [ "//garnet/public:config" ]
}