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

. ../../testenv.sh

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

clean

echo "Test successful"