aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue719/testsuite.sh
blob: de327f5801f782682f19f3e1d78a5830e6dcb2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

analyze tb.vhdl 2> tb.out
diff_nocr tb.ref tb.out

rm -f tb.out
clean

echo "Test successful"