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

. ../../testenv.sh

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

export GHDL_STD_FLAGS=""
analyze_failure issue93.vhdl
analyze_failure repro2.vhdl
analyze_failure repro3.vhdl
analyze_failure repro4.vhdl

echo "Test successful"