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

. ../../testenv.sh

analyze repropoc.vhdl
elab_simulate repropoc

analyze reproct.vhdl
elab_simulate reproct

clean

export GHDL_STD_FLAGS=--std=08
analyze test.vhdl repro.vhdl
elab_simulate test

clean

echo "Test successful"