blob: 86b9c5b5ec5d3a97d54acec0cc1a2d87fda2013c [file] [log] [blame]
# Copyright 2021 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 = [
"parser:tests",
"template_tests:tests",
"validator:tests",
]
}