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

. ../../testenv.sh

analyze --std=02 file1.vhd
analyze --std=02 file2.vhd
analyze --std=02 bug.vhdl

elab_simulate --std=02 bug

clean

echo "Test successful"