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

. ../../testenv.sh

analyze --std=02 bug.vhdl
analyze --std=08 bug.vhdl

GHDL_STD_FLAGS=--std=02 clean
GHDL_STD_FLAGS=--std=08 clean

echo "Test successful"