aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1654/testsuite.sh
blob: 64460fb12deda75e451097f91a74a483df9f4e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze issue2.vhdl
elab_simulate test_issue --assert-level=error

clean

echo "Test successful"