aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2417/testsuite.sh
blob: fca1b9b9e0fa15687501da42c0db114450577611 (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 repro1.vhdl
elab_simulate repro1

analyze repro2.vhdl
elab_simulate repro2

clean

echo "Test successful"