blob: 6a03b51c1a88e465f947b86ce877ba89a91837c1 [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 = [
"malformed_fail:host_tests",
"repackaging_pass:host_tests",
]
}
}