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

. ../../testenv.sh

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

synth_only external01

synth_failure externalerr01.vhdl -e

echo "Test successful"