# 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 = [] | |
} | |
group("e2e_tests") { | |
testonly = true | |
deps = [] | |
} | |
group("tests") { | |
testonly = true | |
deps = [ | |
":e2e_tests", | |
":tests_no_e2e", | |
] | |
} |