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

. ../../testenv.sh

GHDL_STD_FLAGS=--std=08
synth_only repro

GHDL_STD_FLAGS=--std=93
analyze syn_repro.vhdl

clean

echo "Test successful"