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

. ../../testenv.sh

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

synth_only external01

echo "Test successful"