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

. ../../testenv.sh

analyze_failure test.vhdl
clean

export GHDL_STD_FLAGS=--std=08
analyze_failure test.vhdl
clean

echo "Test successful"