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

. ../../testenv.sh

analyze_failure ent.vhdl
analyze_failure repro.vhdl
analyze_failure --force-analysis repro.vhdl
analyze_failure repro2.vhdl
analyze_failure repro3.vhdl

clean

echo "Test successful"