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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze b.vhdl
analyze bb.vhdl
analyze bbb.vhdl
elab_simulate bbb

clean

echo "Test successful"