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

. ../../testenv.sh

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

clean

echo "Test successful"