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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze_failure ent.vhdl

analyze ent1.vhdl
elab_simulate ent1

clean

echo "Test successful"