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

. ../../testenv.sh

analyze_failure mwe_aggr.vhdl
analyze -frelaxed mwe_aggr.vhdl
analyze mwe_case.vhdl
analyze -frelaxed mwe_case.vhdl

clean

echo "Test successful"