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

. ../../testenv.sh

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

echo "Test successful"