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

. ../../testenv.sh

export GHDL_STD_FLAGS=-Werror=unused
analyze_failure unused.vhdl
analyze e.vhdl

unset GHDL_STD_FLAGS
analyze_failure e1.vhdl
analyze_failure e2.vhdl

clean

echo "Test successful"