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

. ../../testenv.sh

analyze_failure file.vhdl

GHDL_STD_FLAGS=--std=08
$GHDL -s --std=08 file.vhdl

clean

echo "Test successful"