aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2152/testsuite.sh
blob: 836d3d9c9738080a316c190dbb13d17781b2be3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

. ../../testenv.sh

analyze e.vhdl

for u in e1 e2; do
  analyze $u.vhdl
  elab_simulate $u
done

clean

echo "Test successful"