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

. ../../testenv.sh

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

clean

echo "Test successful"