#!/bin/sh # script/test: run the test suite. set -eu ROOT="$(cd "$(dirname "$0")/.." && pwd -P)" main() { cd "$ROOT" echo "No tests defined." } main "$@"