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

. ../../testenv.sh

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

analyze demo.vhdl
elab_simulate_failure demo

clean

echo "Test successful"