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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze bug_pkg.vhdl
analyze bug.vhdl

clean

export GHDL_STD_FLAGS=--std=02
analyze bug_pkg.vhdl
analyze_failure bug.vhdl

clean

echo "Test successful"