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

. ../../testenv.sh

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

echo "Test successful"