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