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

. ../../testenv.sh

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

echo "Test successful"