blob: 841c3f3b699abd8e400846088d16752193fd5164 [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
deps = [
":e2e_tests",
":tests_no_e2e",
]
}
group("tests_no_e2e") {
testonly = true
assert_no_deps = e2e_test_libs
# Add the tests themselves
deps = [
"bringup:tests",
"camera:tests",
"chromium:tests",
"cobalt:tests",
"connectivity:tests_no_e2e",
"developer:tests",
"devices:tests",
"diagnostics:tests",
"factory:tests",
"firmware:tests",
"fonts:tests",
"graphics:tests",
"hwinfo:tests",
"intl:tests",
"lib:tests",
"media:tests",
"performance:tests",
"power:tests",
"recovery:tests_no_e2e",
"security:tests",
"sensors:tests",
"session:tests",
"settings:tests",
"starnix:tests",
"storage:tests",
"sys:tests",
"tee:tests",
"testing:tests",
"ui:tests",
"virtualization:tests",
"zircon:tests",
]
}
group("e2e_tests") {
testonly = true
deps = [
"developer:e2e_tests",
"recovery:e2e_tests",
"testing:e2e_tests",
"tests",
"//src/connectivity/network:e2e_tests",
"//src/storage/lib/paver/e2e_tests",
"//src/sys/pkg:e2e_tests",
]
}