aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue72/testsuite.sh
blob: 1119937bb9fa3bca0333ebd998104c2523b4be2d (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 issue.vhdl
analyze fixed.vhdl

clean

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

echo "Test successful"