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

. ../../testenv.sh

analyze -Wunused -Werror repro.vhdl
analyze_failure repro2.vhdl
analyze_failure repro3.vhdl
analyze -Wunused -Werror repro4.vhdl

# Extra tests about -Wunused
analyze_failure -Wunused -Werror repro5.vhdl
analyze_failure -Wunused -Werror repro6.vhdl

clean

echo "Test successful"