aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue2076/testsuite.sh
blob: 6e9bc3c454e5989ca2340862e3f0a1ed94a6ce96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

. ../../testenv.sh

files="
gcrash-1a.vhdl
gcrash-6a.vhdl
"

export GHDL_STD_FLAGS=--std=08
for f in $files; do
    analyze_failure $f
done

clean

echo "Test successful"