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

. ../../testenv.sh

for t in uassoc01 uassoc02 uassoc03; do
    synth_tb $t
done

echo "Test successful"