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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
for f in conf1.vhdl psl1.vhdl psl2.vhdl retid.vhdl; do
    analyze_failure $f
done

clean

echo "Test successful"