aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2350/testsuite.sh
blob: 9ced4d5ef76875d39af92124d759b585519f185b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze test.vhdl
elab_simulate_failure test

analyze_failure -Werror=runtime-error test.vhdl
analyze_failure -Werror=runtime-error test2.vhdl

# Humm duplicate error
analyze_failure -Werror=runtime-error test3.vhdl
#analyze test3.vhdl

analyze_failure -Werror=runtime-error test4.vhdl

analyze_failure -Werror=runtime-error test5.vhdl

analyze_failure -Werror=runtime-error test6.vhdl

analyze_failure -Werror=runtime-error test7.vhdl

clean

echo "Test successful"