blob: 411adaf5d4e49d47a772880017c3fe1460a05923 [file] [log] [blame]
# Copyright 2022 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("cipd_utils_test") {
main_source = "cipd_utils_test.py"
sources = [ "cipd_utils.py" ]
}
}
group("tests") {
testonly = true
public_deps = [ ":cipd_utils_test($host_toolchain)" ]
}