blob: fe44e6a9757385b7429b8e231199053e6cdaacbe [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.modular",
"//src/lib/fsl",
"//third_party/googletest:gmock",
]
}