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

. ../../testenv.sh

analyze test.vhd
elab_simulate e

analyze test_20255.vhd
elab_simulate e

clean

echo "Test successful"