aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2115/testsuite.sh
blob: 9fbe06a6c2498b276f0c93dc3f519e303310425f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh

. ../../testenv.sh

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

analyze tst08.vhdl
elab_simulate tst08

clean

export GHDL_STD_FLAGS=--std=93
analyze tst93.vhdl
elab_simulate tst93

clean

echo "Test successful"