blob: 38f7207c42ddb3ee9007c0564b5cbb93acab8f43 [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") {
assert_no_deps = [
"//src/*",
"//zircon/*",
]
deps = [ "//cts/tests/hello_world:tests" ]
testonly = true
}