| load("@rules_pkg//:mappings.bzl", "pkg_files", "strip_prefix") |
| load("//build_defs:internal_shell.bzl", "inline_sh_test") |
| load("//:protobuf.bzl", "internal_ruby_proto_library") |
| srcs = glob(["tests/*.rb"]), |
| srcs = glob(["tests/*.proto"]), |
| internal_ruby_proto_library( |
| name = "test_ruby_protos", |
| "//:well_known_ruby_protos", |
| pushd `dirname $(location Rakefile)` |
| RUBYLIB=.:tests:../../lib:../../../src BAZEL=true rake test |
| ################################################################################ |
| ############################################################################ |
| strip_prefix = strip_prefix.from_root(""), |
| visibility = ["//pkg:__pkg__"], |