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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze repro.vhdl
clean

export GHDL_STD_FLAGS=--std=02
analyze repro.vhdl
clean

export GHDL_STD_FLAGS=--std=93
analyze_failure repro.vhdl
analyze -C repro.vhdl
clean

echo "Test successful"