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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
analyze_failure top.vhdl
analyze -frelaxed-rules top.vhdl

clean

echo "Test successful"