blob: ed1e57f1652a0477a8df7f677750acd8d6654ee4 [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
# found in the LICENSE file.
group("pkg") {
testonly = true
deps = [
"bin",
"lib",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"lib:tests",
"testing:tests",
]
}