blob: d9c216d369b6c62852071d50d849cab62995704d [file] [log] [blame] [edit]
# 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")
import("//sdk/ctf/build/ctf.gni")
import("//sdk/ctf/build/internal/platform_version.gni")
compatibility_test_suite("ctf_milestone") {
api_level = max_supported_api_level
path = "//prebuilt/cts/current_milestone/$host_platform/cts"
}
group("tests") {
testonly = true
deps = [ ":ctf_milestone" ]
}