aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2097/testsuite.sh
blob: 922abea6249834291436001e1634d94e03a558e7 (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 my_fixed_pkg.vhdl

analyze tb_fixed1.vhdl
elab_simulate tb_fixed1

analyze tb_fixed2.vhdl
elab_simulate tb_fixed2

analyze_failure tb_fixed3.vhdl

clean

echo "Test successful"