blob: 442fc051c06c01a14f2cea5b38d0e3c65de6e064 [file] [log] [blame] [edit]
# 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 = [ "update_workspace.py" ]
libraries = [ "//third_party/parameterized" ]
}
}
group("tests") {
testonly = true
deps = [ ":update_workspace_test($host_toolchain)" ]
}