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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_analyze issue1
synth_failure issue2
synth_failure issue3
synth_failure issue4

clean

echo "Test successful"