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

. ../../testenv.sh

export GHDL_STD_FLAGS=--std=08
synth_analyze issue
synth_analyze repro1
synth_analyze repro2
synth_analyze repro3
synth_analyze repro4

clean
echo "Test successful"