test: add missing implementation-plan test targets

This commit is contained in:
Eric
2026-03-04 08:15:30 +00:00
parent c2e3d6037f
commit 4cae240fe4
18 changed files with 205 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
build_file="$1"
readme_file="$2"
[[ -f "${build_file}" ]]
[[ -f "${readme_file}" ]]
grep -Eq '^package\(default_visibility = \["//visibility:public"\]\)$' "${build_file}"