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

. ../../testenv.sh

analyze repro.vhdl
elab_simulate repro

clean

export GHDL_STD_FLAGS=--std=02
analyze file_reader_pkg.vhdl ex.vhdl tb_ex.vhdl
elab_simulate tbcrashexample2 -gvectorfilename=input.txt

clean

echo "Test successful"