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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze ghdl-bug.vhdl
analyze repro.vhdl
elab_simulate repro

clean

echo "Test successful"