blob: 9427a901a8042a977282dcb510efe2093a71f170 [file] [log] [blame]
# Copyright 2023 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.
if (is_fuchsia) {
group("tests") {
testonly = true
deps = [
"metadata:tests",
"parser:tests",
]
}
}