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

. ../../testenv.sh

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

clean

echo "Test successful"