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

. ../../testenv.sh

$GHDL -i a.vhdl b.vhdl
analyze_failure a.vhdl
analyze_failure b.vhdl

$GHDL -i p1.vhdl
analyze_failure p1.vhdl

clean

echo "Test successful"