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"