aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/arr02/testsuite.sh
blob: d35c23a9ab1f6d03d3b88c7655732edba5b46af8 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

. ../../testenv.sh

for t in arr01 arr02 arr03; do
    synth_tb $t
done

echo "Test successful"