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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze repro_tb.vhdl
elab_simulate repro_tb

analyze repro2_tb.vhdl
elab_simulate repro2_tb

clean

echo "Test successful"