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

. ../../testenv.sh

analyze_failure dut.vhdl

clean

export GHDL_STD_FLAGS=--std=08
analyze_failure dut.vhdl

clean

echo "Test successful"