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

. ../../testenv.sh

analyze ent.vhdl
elab_simulate ent

analyze repro.vhdl
elab_simulate repro

clean

echo "Test successful"