aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1721/testsuite.sh
blob: a0fd8a206166bca70fcd7b3dae26f385b7ddc727 (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=-fpsl

analyze top1.vhdl
elab_simulate top1

analyze_failure top2.vhdl

analyze top3.vhdl
elab_simulate top3

analyze_failure top4.vhdl
analyze_failure top5.vhdl

clean

echo "Test successful"