#!/usr/bin/env bash # test.sh — project test runner. # Override this per project. Default: no-op pass. # Invoked by check-rules.sh (full audit) and pre-push. set -euo pipefail echo "test.sh: no tests defined — override this in your project."