blob: 35a51964b8b73f380ee739216da0ab7e4538c09a [file] [log] [blame]
# Copyright 2019 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.
group("tests") {
testonly = true
# WARNING: Only tests that are NOT end to end (E2E) product tests must be
# added to this target.
#
# E2E tests, by contrast, must be added directly to the product they test, so
# that they get executed only against their product, and not others.
deps = [
"assembly:tests",
"coverage:tests",
"diagnostics:tests",
"disable_shell:tests",
"disable_syscalls:tests",
"dlog:tests",
# component_tool is an e2e test for all products.
"end_to_end/component_tool:tests",
# These are host interaction tests, that bring up their own emulator and
# verify the coverage data produced by early boot.
"early-boot-coverage:tests",
# fidlcat is an e2e test for all products.
"end_to_end/fidlcat:tests",
"end_to_end/package_manager:tests",
"end_to_end/power:tests",
"end_to_end/snapshot:tests",
"femu:tests",
"kernel_cprng:tests",
"kernel_crashlog:tests",
"kernel_lockup_detector:tests",
"kernel_panic:tests",
"limited_netsvc:tests",
"microbenchmarks:tests",
"oom:tests",
"reboot:tests",
"shutdown:tests",
]
}