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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze element_bug.vhdl
elab_simulate e1_tb

clean

echo "Test successful"