aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue646/testsuite.sh
blob: ca326e2f67a1d9df3f5ead383c2285f112ebfc65 (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"