aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1772/testsuite.sh
blob: 8690b18bf9ea8a205dc5021dab02dec2729b0be2 (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 repro2.vhdl
elab_simulate repro2

analyze repro3.vhdl
elab_simulate repro3

clean

echo "Test successful"