aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1287/testsuite.sh
blob: 672cfb2205ce444cceb0bc75aa33c34e1f262dd2 (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 myentity.vhdl
elab_simulate myentity

analyze myentity2.vhdl
elab_simulate myentity2

clean

echo "Test successful"