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

. ../../testenv.sh

analyze repro.vhdl
analyze repro3.vhdl
elab_simulate repro3
clean

GHDL_STD_FLAGS=--std=08
analyze repro2.vhdl
elab_simulate repro2

clean

echo "Test successful"