blob: cd6abebe2cbc1ea792a75fe3a572ceecb8e4a840 [file] [log] [blame]
# Copyright 2020 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("config") {
testonly = true
deps = [
":tests",
"triage",
]
}
group("tests") {
testonly = true
deps = [ "triage:tests" ]
}