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

. ../../testenv.sh

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

analyze test.vhdl
elab_simulate test

clean

echo "Test successful"