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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth ent.vhdl -e > syn_ent.vhdl
analyze syn_ent.vhdl
clean

echo "Test successful"