blob: c56233b63519efd6b451b6017647cc367b5aa4d3 [file] [log] [blame] [edit]
# 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(fxbug.dev/126146): Support Fxblob in scrutiny
if (!fxfs_blob) {
deps = [ "scrutiny_ffx_integration:host_tests" ]
}
}
}