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

. ../../testenv.sh

for t in targ01 targ02; do
    synth_tb $t
done

echo "Test successful"