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

. ../../testenv.sh

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

clean

echo "Test successful"