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

. ../../testenv.sh

analyze_failure testm.vhdl

clean

export GHDL_STD_FLAGS=--std=08
analyze testm.vhdl
elab_simulate testm

clean

echo "Test successful"