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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze ent.vhdl
elab_simulate tb

clean

echo "Test successful"