blob: d13b8bb84c1be70978e74804a93eb9b815d9b364 [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("//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)" ]
}