blob: 60dea7eb7bb662d79df876dff6533fcdeab250bd [file] [log] [blame]
# Copyright 2019 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("developer") {
testonly = true
deps = [
":tests",
"debug",
"feedback",
"fuchsia-criterion",
"kcounter_inspect",
"tracing",
]
}
group("tests") {
testonly = true
deps = [
"//src/developer/exception_broker/tests",
"//src/developer/feedback:tests",
"//src/developer/fuchsia-criterion:fuchsia-criterion-tests",
"//src/developer/kcounter_inspect/tests:kcounter_inspect_tests",
"//src/developer/tracing:tests",
]
}