blob: 0bcdefc131d1856a2335d3cbe0d4d568657bd8ad [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("cts_no_e2e") {
testonly = true
assert_no_deps = e2e_test_libs
deps = [
"build/scripts:tests",
"examples/hello_world:tests",
"tests:tests_no_e2e",
]
}
group("cts") {
testonly = true
deps = [
":cts_no_e2e",
"tests",
"tools",
]
}