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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
analyze ent1.vhdl
elab_simulate ent2

clean

echo "Test successful"