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

. ../../testenv.sh

analyze_failure tb.vhdl

clean

GHDL_STD_FLAGS=--std=08

# This should fail
analyze tb1.vhdl

clean

echo "Test successful"