blob: 6f4b19788121bc63be5780eee0cc5cf20203f8db [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("update_workspace_test") {
main_source = "update_workspace_test.py"
sources = [
"check_ninja_build_plan.py",
"compute_content_hash.py",
"update_workspace.py",
]
libraries = [ "//third_party/parameterized" ]
}
}
group("tests") {
testonly = true
deps = [ ":update_workspace_test($host_toolchain)" ]
}