aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1876/testsuite.sh
blob: d29cd8c6729ffeb9debe053b50329bb7b29662b5 (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 ent.vhdl
elab_simulate ent -gmygeneric="Hello"
analyze pkgent.vhdl
elab_simulate pkgent -gmygeneric="Hello"

clean

echo "Test successful"