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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

analyze decl1.vhdl
analyze ent1.vhdl
elab_simulate ent1

clean

echo "Test successful"