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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze_failure -Werror repro.vhdl

analyze repro.vhdl
elab_simulate_failure repro

clean

echo "Test successful"