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

. ../../testenv.sh

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

clean

echo "Test successful"