blob: c3243cfbaf1ca31303797146f5f5f50681d384fe [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",
"test_ramdisk",
]
}