aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug055/testsuite.sh
blob: c80cb0d7d28774b0b6e60f377fbdeb1e93e3aa71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

analyze gen1.vhdl
analyze gen2.vhdl
analyze_failure pkg1.vhdl

analyze gen1-body.vhdl
analyze pkg1.vhdl

clean

echo "Test successful"