blob: 0ebd46aae9ad87556d8fcce2d14c55013ad10514 [file] [log] [blame]
# Copyright 2022 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 = [
# DO_NOT_REMOVE_COMMENT (Why? See: /tools/fidl/scripts/canonical_example/README.md)
"add_iterator:tests",
"add_read_item:tests",
"baseline:tests",
"support_exports:tests",
"support_trees:tests",
"use_generic_values:tests",
# /DO_NOT_REMOVE_COMMENT (Why? See: /tools/fidl/scripts/canonical_example/README.md)
]
}