blob: a7a4903117f613374260feda389a7ad3fe28a9f8 [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 = [
"parser:tests",
"template_tests:tests",
"validator:tests",
]
}