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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
analyze bug.vhdl
elab_simulate ent

clean

echo "Test successful"