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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze ent.vhdl
elab_simulate test

clean

echo "Test successful"