aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1475/testsuite.sh
blob: af4ab619b572d1d8c714e8dfdb8b4aff2000fb91 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

. ../../testenv.sh

for t in e2 e1 e; do
    synth_failure $t.vhdl -e $t
done
clean

echo "Test successful"