aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2104/testsuite.sh
blob: 02342e717726d5ca349998a6277f8e53650257b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

. ../../testenv.sh

for f in e e2 e2b e2c e2d e3; do
    analyze $f.vhdl
    elab_simulate $f
done

clean

echo "Test successful"