blob: 9141e1ac6f07e4b8375b65fc419d04d6112d74b8 [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("settings") {
testonly = true
deps = [
":tests",
"config",
]
}
group("tests") {
testonly = true
deps = [ "config:tests" ]
}