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

. ../../testenv.sh

$GHDL -i --ieee=synopsys --warn-unused a.vhdl
$GHDL -m --ieee=synopsys --warn-unused -Werror a

clean

echo "Test successful"