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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_failure DSPn.vhdl -e
synth_failure issue.vhdl -e

echo "Test successful"