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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
GHDL_SYNTH_FLAGS=--keep-hierarchy=no

synth_only external01

synth_failure externalerr01.vhdl -e
synth_failure externalerr02.vhdl -e

echo "Test successful"