blob: a1df07920225bc46fe71dc96eca124fd6308f0af [file]
# 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")
group("tests") {
testonly = true
deps = [ "pkg_test/tests" ]
# TODO(fxbug.dev/126146): Support Fxblob in scrutiny
if (!fxfs_blob) {
deps += [ "scrutiny_ffx_integration:tests" ]
}
}