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

. ../../testenv.sh

synth repro.vhdl -e > syn_repro.vhdl 2> repro.err

diff_nocr repro.ref repro.err

synth_only bug

echo "Test successful"