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

. ../../testenv.sh

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

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

clean

echo "Test successful"