#!/bin/bash # # Runs toybox tests, making sure to build the required binaries. set -o nounset set -o pipefail set -o errexit usage() { cat <