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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08

analyze gen1.vhdl
analyze gen2.vhdl
analyze_failure gen3.vhdl
analyze gen4.vhdl

clean

echo "Test successful"