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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze repro1.vhdl
analyze repro2.vhdl

analyze repro3.vhdl
elab_simulate repro3

analyze repro4.vhdl

analyze repro5.vhdl

clean

echo "Test successful"