aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1814/testsuite.sh
blob: 859ea852930fc1bbdfdc857ed78850f3ce2cf49c (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 top.vhdl
elab_simulate top

clean

echo "Test successful"