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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

analyze tb.vhdl
elab_simulate tb

clean

echo "Test successful"