aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug0122/testsuite.sh
blob: 88f3ba309b3b26b88b1df5ceaeef18e729535b1c (plain)
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"