aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug056/testsuite.sh
blob: c66636b9d1091364353083df4cbdea79925021a4 (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

GHDL_STD_FLAGS=--std=08

analyze tb.vhdl
elab_simulate tb

analyze tb2.vhdl
elab_simulate tb2

analyze_failure tb3_err.vhdl

analyze tb3.vhdl
elab_simulate tb3

clean

echo "Test successful"