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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

analyze bug.vhdl
elab_simulate ent
clean

echo "Test successful"