#!/usr/bin/env rc if(~ $1 '') { printf 'usage: %s \n' $0 exit 1 } emacs -batch -l ert -l $1 -f ert-run-tests-batch-and-exit