blob: 6eef6cb56705f924e09c4c0c33c8e5165b6c56b9 [file] [log] [blame]
# Copyright 2019 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("testing") {
testonly = true
sources = [
"inspect.cc",
"inspect.h",
]
public_deps = [
"//sdk/fidl/fuchsia.inspect.deprecated",
"//src/lib/inspect_deprecated",
"//src/lib/inspect_deprecated:reader",
"//third_party/googletest:gmock",
"//third_party/googletest:gtest",
]
}