#!/usr/bin/env bash # lib/apl/conformance.sh — APL conformance via the shared guest driver. # Config lives in lib/apl/conformance.conf (MODE=counters). Override the binary # with SX_SERVER=path/to/sx_server.exe bash lib/apl/conformance.sh exec bash "$(dirname "$0")/../guest/conformance.sh" "$(dirname "$0")/conformance.conf" "$@"