blob: 418c8fdc7b13b7a117fde944fdd5c009df45887f [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 = [
"fire:tests",
"sampler:tests",
"triage:tests",
]
}