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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze ent.vhdl
elab_simulate top

analyze ent2.vhdl
elab_simulate top2

clean

echo "Test successful"