blob: 688491bcab7ee69c15fc9aa885dac0f9d2752bf3 [file] [log] [blame]
# Copyright 2021 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 = []
}
group("e2e_tests") {
testonly = true
deps = [ "testdriver:tests" ]
}
group("tools") {
testonly = true
deps = [
":e2e_tests",
":tests_no_e2e",
"testdriver:host",
]
}