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

. ../../testenv.sh

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

clean

echo "Test successful"