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

. ../../testenv.sh

analyze_failure repro.vhdl

analyze pkg.vhdl
analyze repro1.vhdl
analyze pkg.vhdl
analyze_failure repro2.vhdl

clean

echo "Test successful"