aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/ticket64/testsuite.sh
blob: 66b0881841fe9ebef0094eac500a7391bda3cc52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh

. ../../testenv.sh

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

analyze bug2.vhdl

clean

echo "Test successful"