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

. ../../testenv.sh

analyze_failure file.vhdl
clean

GHDL_STD_FLAGS=--std=08
analyze file.vhdl
clean

echo "Test successful"