verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue2144 / testsuite.sh
blob6f00b8bfe0effd904a8f8e44bd6c4f5d34ea3b72
1 #! /bin/sh
3 . ../../testenv.sh
5 synth repro.vhdl -e > syn_repro.vhdl 2> repro.err
7 grep report < repro.err > repro.err1
9 diff_nocr repro.ref repro.err1
11 synth_only bug
13 echo "Test successful"