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

. ../../testenv.sh

analyze issue_pkg.vhdl
analyze_failure --std=93 issue.vhdl
analyze fixed.vhdl

clean

GHDL_STD_FLAGS=--std=08
analyze issue_pkg.vhdl
analyze issue.vhdl
clean

echo "Test successful"