aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1455/testsuite.sh
blob: 9c1982e67e41c91e8f108584fac105d44c868473 (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 pkg0.vhdl
analyze pkg1.vhdl
analyze pkg2.vhdl
analyze pkg3.vhdl
analyze_failure pkg4.vhdl
analyze pkg5.vhdl
analyze_failure pkg6.vhdl

analyze tb.vhdl
elab_simulate tb
clean

echo "Test successful"