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

. ../../testenv.sh

for t in iassoc01 iassoc02 iassoc03 iassoc04 iassoc11 iassoc12; do
    synth_tb $t pkg.vhdl
done

echo "Test successful"