verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue2077 / testsuite.sh
blob8d03497434ad19176cb0f89d9b6112132844cc3e
1 #! /bin/sh
3 . ../../testenv.sh
5 GHDL_STD_FLAGS=--std=08
7 # Not yet handled.
8 synth_only ent1
10 for t in ent2 ent3 ent5 ent6; do
11 synth_tb $t
12 done
14 echo "Test successful"