verilog: add sv_maps iterators
[ghdl-vlg.git] / testsuite / synth / issue2013 / testsuite.sh
bloba96ccc5dd3f913cac8edaa2c01acb6521c4d5b12
1 #! /bin/sh
3 . ../../testenv.sh
5 GHDL_STD_FLAGS=--std=08
6 for t in testcase tc3 tc2 tc4; do
7 synth_tb $t
8 done
10 echo "Test successful"