#!/bin/sh topdir=../.. . $topdir/testenv.sh for f in abs minmax pmux lsl lsr asr; do formal "test_${f}" done clean echo OK