blob: 20befa1cb864032be7072a64d5d5ee9ff8f5c463 [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.
import("//sdk/ctf/build/compatibility_test_suite.gni")
group("tests") {
testonly = true
deps = [
":canary_tests",
":current_milestone_tests",
]
}
compatibility_test_suite("canary_tests") {
path = "//prebuilt/cts/canary/$host_platform/cts"
}
compatibility_test_suite("current_milestone_tests") {
path = "//prebuilt/cts/current_milestone/$host_platform/cts"
}