aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2422/testsuite.sh
blob: ba8fab5f2f2d90c254c419af88abc81ef1789770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=93
analyze aggr_repro1.vhdl
elab_simulate aggr_repro1

analyze aggr_repro3.vhdl
elab_simulate aggr_repro3

analyze aggr_repro4.vhdl
elab_simulate aggr_repro4

analyze_failure top.vhdl

export GHDL_STD_FLAGS=--std=93c
analyze aggr_repro2.vhdl
elab_simulate aggr_repro2

analyze top.vhdl
elab_simulate top

clean

echo "Test successful"