blob: f9f53629c8882bf03071311eb60f3cbdf6299cbe [file] [log] [blame] [edit]
# 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("tests") {
testonly = true
deps = [
"conformance",
"dispatcher",
"integration",
"message_container",
"wire_types",
]
}
source_set("types_test_utils") {
testonly = true
public = [ "types_test_utils.h" ]
sources = [
"types_test_utils.cc",
"types_test_utils.h",
]
public_deps = [
"//third_party/googletest:gtest",
"//zircon/public/lib/fidl",
"//zircon/public/lib/fidl-llcpp",
]
}