aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue2144/testsuite.sh
blob: 7429a17b37038da90112d3b39243653ca53dada5 (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

grep report repro.err | diff_nocr repro.ref -

synth_only bug

echo "Test successful"