blob: 04057d97dbc3f16580c52f853a944864af7b7c5c [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.
if (is_host) {
group("host_tests") {
testonly = true
deps = [ "structured_config:host_tests" ]
}
}
group("tests") {
testonly = true
deps = [ "structured_config:tests" ]
}