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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08

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

clean

echo "Test successful"