test: add missing implementation-plan test targets

This commit is contained in:
Eriyc
2026-03-04 08:15:30 +00:00
committed by copilot-swe-agent[bot]
parent b8c9476a82
commit 116f6bf003
18 changed files with 205 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
rule_file="$1"
build_file="$2"
grep -Eq 'for package in ctx\.attr\.external:' "${rule_file}"
grep -Eq 'args\.add\("--external"\)' "${rule_file}"
grep -Eq 'name = "external_bundle"' "${build_file}"
grep -Eq 'external = \["left-pad"\]' "${build_file}"