blob: b196b5e9e80e9230da82c990e6487d042ac09531 [file] [log] [blame]
# Copyright 2020 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.
# This target holds tests under //zircon/system/utest which are now hosted in
# packages but whose code hasn't yet been migrated to //src.
# When a migration happens, the test needs to be removed from this list and
# placed within the proper `tests` target under //src.
group("tests") {
testonly = true
deps = [
"cmdline($host_toolchain)",
"dash",
"fs-management:tests",
"fs-recovery:tests",
"fs-test-utils:tests",
"fvm:tests",
"libc:tests",
"minfs-micro-benchmark:tests",
"service:tests",
"stdio:stdio-test-package",
]
if (current_os == "linux") {
deps += [
"ftl-mtd:ftl-volume-wrapper-integration($host_toolchain)",
"mtd($host_toolchain)",
]
}
}