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

. ../../testenv.sh

analyze_failure ent.vhdl

export GHDL_STD_FLAGS=--std=08
analyze ent.vhdl

clean

echo "Test successful"