blob: e8da7cd1b0b2a75d41491cc331a88e2ab89d2a41 [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.
group("tests_no_e2e") {
testonly = true
assert_no_deps = e2e_test_libs
deps = [
"fidl:tests",
"pkg:tests",
"tools:tests_no_e2e",
]
}
group("e2e_tests") {
testonly = true
deps = [ "tools:e2e_tests" ]
}
group("tests") {
testonly = true
deps = [
":e2e_tests",
":tests_no_e2e",
]
}