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

. ../../testenv.sh

if $GHDL -c ent.vhdl -e ent; then
  echo "Error expected"
  exit 1
fi

echo "Test successful"