blob: 11cb66c5a03201fc3d3a2a37af6b1bfc3e02ed0a [file] [log] [blame]
# Copyright 2022 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("integration") {
testonly = true
deps = [
"lib",
"test",
]
}
group("tests") {
testonly = true
deps = [
"lib:tests",
"test",
]
}