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

. ../../testenv.sh

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

clean

echo "Test successful"