test: add missing implementation-plan test targets

This commit is contained in:
Eric
2026-03-04 08:15:30 +00:00
committed by eric
parent 7239b0952d
commit b379097182
18 changed files with 205 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
build_file="$1"
grep -Eq 'name = "linux_x86_64"' "${build_file}"
grep -Eq 'name = "linux_aarch64"' "${build_file}"
grep -Eq 'name = "darwin_x86_64"' "${build_file}"
grep -Eq 'name = "darwin_aarch64"' "${build_file}"
grep -Eq 'name = "bun_version_test"' "${build_file}"
grep -Eq 'select\(' "${build_file}"