| # 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. | |
| import("//build/packages/prebuilt_test_manifest.gni") | |
| group("tests") { | |
| testonly = true | |
| deps = [ | |
| ":abi", | |
| #":api", | |
| ] | |
| } | |
| group("api") { | |
| testonly = true | |
| deps = [ "//prebuilt/cts/{cts_version}/cts" ] | |
| } | |
| prebuilt_test_manifest("abi") { | |
| archive_dir = rebase_path("//prebuilt/cts/{cts_version}/cts") | |
| } |