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

. ../../testenv.sh

analyze_failure --std=93 top.vhdl
analyze_failure --std=08 top.vhdl

analyze top.vhdl
elab_simulate top

clean

GHDL_STD_FLAGS="--std=08 -frelaxed"
analyze top.vhdl
elab_simulate top

clean

echo "Test successful"