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

. ../../testenv.sh

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

for t in repro1 repro2 repro3 repro4; do
    analyze $t.vhdl
    elab_simulate $t
done

clean

echo "Test successful"