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

. ../../testenv.sh

analyze_failure my_pkg.vhdl

if $GHDL -s my_pkg.vhdl ; then
  echo "failure expected"
  exit 1;
fi

echo "Test successful"