aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2006/testsuite.sh
blob: 0406748f177188de359f1b9417b05b418a08fcda (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze_failure mypkg.vhdl
analyze_failure filpkg.vhdl

clean

echo "Test successful"