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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze crash.vhdl
elab_simulate testbench

clean

echo "Test successful"