aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1055/testsuite.sh
blob: 2886f742de9a1549b4924c55ddfa5d9376e22fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08

analyze repro1.vhdl
elab_simulate repro1

analyze repro2.vhdl
elab_simulate repro2

analyze crash.vhdl crash_tb.vhdl
elab_simulate crash_tb

clean

echo "Test successful"