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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08

analyze_failure -Werror repro3.vhdl
analyze_failure -Werror repro4.vhdl

#analyze model_pkg.vhdl
#analyze tb
#elab_simulate tb

clean

echo "Test successful"