#!/bin/sh SSCM=src/sscm TEST=test/test-tail-rec.scm ulimit -s 128 && ulimit -d 2048 && $SSCM $TEST \ || echo 'All tests finished successfully only if the message "All normal tests have been passed" and subsequent intended segmentation fault message are printed above.'