aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/issue1657/testsuite.sh
blob: 5bc68fbe4d6a47096d0db032b198e2d088d2150e (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 repro.vhdl
elab_simulate repro

analyze test_entity.vhdl
elab_simulate test

clean

echo "Test successful"