verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue1005 / testsuite.sh
blob4dffa0455d2fe9b126f5733efb12b2a0f94586a2
1 #! /bin/sh
3 . ../../testenv.sh
5 GHDL_STD_FLAGS=--std=08
6 for t in test test2; do
7 synth $t.vhdl -e $t > syn_$t.vhdl
8 analyze syn_$t.vhdl
9 done
11 clean
13 echo "Test successful"