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

. ../../testenv.sh

analyze tb.vhdl 2> tb.out
diff --strip-trailing-cr -q tb.ref tb.out

rm -f tb.out
clean

echo "Test successful"