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

. ../../testenv.sh

analyze_failure repro.vhdl
analyze -C repro.vhdl
analyze --mb-comments repro.vhdl

clean

echo "Test successful"