blob: c19b37b8950e6ed31aaf3fbc203ab780e3a0ced7 [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("location") {
testonly = true
deps = [
"emergency",
"regulatory_region",
]
}
group("tests") {
testonly = true
deps = [
"emergency:tests",
"regulatory_region:tests",
]
}