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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze test1.vhdl
analyze test2.vhdl
analyze repro.vhdl

clean

echo "Test successful"