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

#exit 0
. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze foo.vhdl
analyze tb.vhdl
elab_simulate tb

clean

echo "Test successful"