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

. ../../testenv.sh

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

analyze rec.vhdl
elab_simulate rec

analyze arr.vhdl
elab_simulate arr

clean

echo "Test successful"