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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
if $GHDL --version | grep -q mcode; then
  analyze --check-ast assert01.vhdl
fi

clean

echo "Test successful"