1 2 3 4 5 6 7 8
#! /bin/sh . ../../testenv.sh analyze_failure tab1.vhdl 2> tab1.err diff --strip-trailing-cr tab1.ref tab1.err echo "Test successful"