#!/usr/bin/env bash # test.sh — MAX25-Stack-Lite offline tests via CMake targets. set -euo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" cd "$ROOT" if [[ ! -d build ]]; then bash "${ROOT}/scripts/build.sh" fi cmake --build build --target max25_test