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

. ../../testenv.sh

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

clean

echo "Test successful"