| # 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/python/python_host_test.gni") | |
| if (is_host) { | |
| python_host_test("verify_release_test") { | |
| main_source = "verify_release.py" | |
| } | |
| } | |
| group("tests") { | |
| testonly = true | |
| # TODO(jcecil): Figure out how to run this as part of CQ. | |
| # public_deps = [ ":verify_release_test($host_toolchain)" ] | |
| } |