blob: eaf99a6038ef13b3c6bf379f06f4229c46b4a06a [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 = [ "assemble_image:host_tests" ]
}
}
group("tests") {
testonly = true
deps = [ "assemble_image:tests" ]
}