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

. ../../testenv.sh

for t in mdim01; do
    synth_tb $t
done

echo "Test successful"