blob: 51f888072c8c8363c99e966b1e1938c8bd2491c0 [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.
group("testing") {
testonly = true
public_deps = [ ":annotations_matchers" ]
}
source_set("annotations_matchers") {
testonly = true
sources = [ "annotations_matchers.h" ]
public_deps = [
"//garnet/public/lib/fostr/fidl/fuchsia.modular",
"//sdk/fidl/fuchsia.element",
"//sdk/fidl/fuchsia.modular",
"//sdk/fidl/fuchsia.session",
"//sdk/lib/syslog/cpp",
"//src/lib/fsl",
"//third_party/googletest:gmock",
]
}