blob: b46f9e6efbddf17c3705dedbf6813fbfad5d0983 [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.
import("//src/storage/fshost/generated_fshost_config.gni")
if (is_fuchsia) {
group("tests") {
testonly = true
deps = [ "pkg_test/tests" ]
}
}
if (is_host) {
group("host_tests") {
testonly = true
# TODO(https://fxbug.dev/42076896): Support Fxblob in scrutiny
if (!fxfs_blob) {
deps = [ "scrutiny_ffx_integration:host_tests" ]
}
}
}