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

. ../../testenv.sh

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

echo "Test successful"