blob: dde17c654f804b9c7057a4d7fc4fe5dacfe6dbf3 [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.
# Tests for licenes tools.
load("@rules_python//python:defs.bzl", "py_test")
package(default_visibility = ["//visibility:public"])
py_test(
name = "spdx_types_test",
srcs = ["spdx_types_test.py"],
python_version = "PY3",
deps = ["@rules_fuchsia//fuchsia/tools/licenses:spdx_types"],
)
py_test(
name = "classification_types_test",
srcs = ["classification_types_test.py"],
python_version = "PY3",
deps = ["@rules_fuchsia//fuchsia/tools/licenses:classification_types"],
)