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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=93
analyze_failure e.vhdl

export GHDL_STD_FLAGS=--std=93c
analyze e.vhdl

clean

echo "Test successful"