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

exit 0
. ../../testenv.sh

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

clean

echo "Test successful"