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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08

analyze_failure -Werror repro3.vhdl
analyze_failure -Werror repro4.vhdl

analyze repro1.vhdl
elab_simulate repro1

analyze repro2.vhdl
elab_simulate repro2

analyze model_pkg.vhdl
analyze tb.vhdl
elab_simulate tb

clean

echo "Test successful"