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

. ../../testenv.sh

for t in foo; do
    synth $t.vhdl -e $t > syn_$t.vhdl
    analyze syn_$t.vhdl
    clean
done

echo "Test successful"