aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1474/testsuite.sh
blob: 2295d27eadcc965c3b02c531a472d2f8abb3148b (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 ent1.vhdl
elab_simulate ent1

analyze ent2.vhdl
elab_simulate ent2

clean

echo "Test successful"