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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze_failure pkg2.vhdl

analyze pkg1.vhdl
elab_simulate tb_pkg1

analyze pkg3.vhdl
elab_simulate tb_pkg3

clean

echo "Test successful"