blob: 41a966ac3876354933a1a7e2ce15e3d2ddb9baf2 [file] [log] [blame] [edit]
# Copyright 2026 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("stacktrack") {
deps = [
"collector",
"instrumentation",
]
}
group("tests") {
testonly = true
deps = [
"collector:tests",
"instrumentation:tests",
"lib/stacktrack_snapshot:tests",
"lib/stacktrack_vmo:tests",
]
}