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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze level2.vhdl
analyze level1.vhdl
elab_simulate level1

analyze level0.vhdl
elab_simulate level0

clean

echo "Test successful"