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

. ../../testenv.sh

for t in if01 if02 if03; do
    synth_failure $t.vhdl -e
done

echo "Test successful"