aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue546/testsuite.sh
blob: 43a820036ae5924f58397b4995818b1e46ee8eed (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 test-bug.vhdl
elab_simulate test_arr

clean

echo "Test successful"